summaryrefslogtreecommitdiffstats
path: root/lass/2configs/yellow-mounts/samba.nix
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-07 12:26:31 +0200
committerlassulus <git@lassul.us>2023-09-07 12:40:43 +0200
commit2e5167de1560ad0d7b8e294c72e1913f694160c2 (patch)
treeb618daa9f125650e9276bae7848f854c48d6c95e /lass/2configs/yellow-mounts/samba.nix
parent6a3a423dad19264c0c42821c7676e85ecc122d21 (diff)
lass: migrate awayriplass
Diffstat (limited to 'lass/2configs/yellow-mounts/samba.nix')
-rw-r--r--lass/2configs/yellow-mounts/samba.nix15
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"
- ];
- };
- }