Tux: Remount NAS outside $HOME
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
(mount-cifs {
|
(mount-cifs {
|
||||||
host = "duke.veltnet";
|
host = "duke.veltnet";
|
||||||
resource = "smb-share";
|
resource = "smb-share";
|
||||||
destination = "/home/weckyy702/duke";
|
destination = "/mnt/nas";
|
||||||
credentials_path = "${config.age.secrets.nas-creds.path}";
|
credentials_path = "${config.age.secrets.nas-creds.path}";
|
||||||
UID = "weckyy702";
|
UID = "weckyy702";
|
||||||
GID = "users";
|
GID = "users";
|
||||||
|
|||||||
Reference in New Issue
Block a user