diff options
Diffstat (limited to 'lass/2configs/yellow-mounts')
-rw-r--r-- | lass/2configs/yellow-mounts/samba.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lass/2configs/yellow-mounts/samba.nix b/lass/2configs/yellow-mounts/samba.nix deleted file mode 100644 index e16f1cc47..000000000 --- a/lass/2configs/yellow-mounts/samba.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - fileSystems."/mnt/yellow" = { - device = "//yellow.r/public"; - fsType = "cifs"; - options = [ - "guest" - "nofail" - "noauto" - "ro" - "x-systemd.automount" - "x-systemd.device-timeout=1" - "x-systemd.idle-timeout=1min" - ]; - }; - } |