summaryrefslogtreecommitdiffstats
path: root/lass/2configs/yellow-mounts
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-01-06 12:17:36 +0100
committertv <tv@krebsco.de>2023-01-06 12:17:36 +0100
commit2cd5ed169963725cabda22635f5b4439be5e9ad0 (patch)
treebc11f3954b96f2fad2349661a1e8c4569ea84160 /lass/2configs/yellow-mounts
parent221d5dc01244ffce0c14426e90b76f392d4c5dfa (diff)
parent0b2952f4ed9572521f7c4a21904943ac33c602b0 (diff)
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'lass/2configs/yellow-mounts')
-rw-r--r--lass/2configs/yellow-mounts/samba.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/lass/2configs/yellow-mounts/samba.nix b/lass/2configs/yellow-mounts/samba.nix
new file mode 100644
index 000000000..e16f1cc47
--- /dev/null
+++ b/lass/2configs/yellow-mounts/samba.nix
@@ -0,0 +1,15 @@
+{
+ 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"
+ ];
+ };
+ }
[cgit] Unable to lock slot /tmp/cgit/20300000.lock: No such file or directory (2)