summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnonymous <anon@anon.com>2020-08-11 13:10:16 +0000
committerAnonymous <anon@anon.com>2020-08-11 13:10:16 +0000
commit27d65590ee23698f148f76abd4070290375215db (patch)
treeeebf01703d8600e7284260fbd8a45a7ccceff80b
parenta21591b0994c52babfb84af5f429280967a704a0 (diff)
Updated Home (markdown)
-rw-r--r--Home.md24
1 files changed, 23 insertions, 1 deletions
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)