From 27d65590ee23698f148f76abd4070290375215db Mon Sep 17 00:00:00 2001 From: Anonymous Date: Tue, 11 Aug 2020 13:10:16 +0000 Subject: Updated Home (markdown) --- Home.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 65cd189..51e4e93 100644 --- a/Home.md +++ b/Home.md @@ -49,5 +49,27 @@ This is the wiki for retiolum. - [Transmission (yellow.r)](http://yellow.r:9091/transmission/web) - [Directory listing](http://yellow.r/) - - TODO: prism exports nfs as well? + - NFS export: + +```nix +{ + fileSystems."/mnt/prism" = { + device = "prism.r:/export/download"; + fsType = "nfs"; + options = [ + "timeo=14" + "noauto" + "noatime" + "nodiratime" + "noac" + "nocto" + "ro" + "x-systemd.automount" + "x-systemd.device-timeout=1" + "x-systemd.idle-timeout=1min" + ]; + }; +} +``` + - [http://helsinki.r](http://helsinki.r) -- cgit v1.2.3