diff options
| -rw-r--r-- | hosts/pad/mounts.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/hosts/pad/mounts.nix b/hosts/pad/mounts.nix deleted file mode 100644 index 8ca4536..0000000 --- a/hosts/pad/mounts.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - fileSystems."/home/aethrvmn/nas" = { - device = "//192.168.10.15/home/Drive"; - fsType = "cifs"; - options = [ - "credentials=/home/aethrvmn/.creds/rousicreds" - "uid=1000" - "gid=100" - "auto" - "x-systemd.automount" - ]; - }; -} - - |
