diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-19 20:35:50 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-19 20:35:50 +0000 |
| commit | 5431b1c2686d8ef2c40ea07feffdcee25795eb85 (patch) | |
| tree | caec45b16b7c2c5468371c48886835e4db598d7e /hosts/pad/mounts.nix | |
| parent | upgraded nixos (diff) | |
removed mount (no need)
Diffstat (limited to '')
| -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" - ]; - }; -} - - |
