diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 13:00:37 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 13:00:37 +0200 |
commit | e9ba21ce59be526964dc156c2af21d507ab758ac (patch) | |
tree | c2cc2ffd0efe054629c0d664765b5c5342d6a89d | |
parent | 40530842d4302bf280d99dee9a4138be5780c20e (diff) | |
download | nixos-e9ba21ce59be526964dc156c2af21d507ab758ac.tar nixos-e9ba21ce59be526964dc156c2af21d507ab758ac.tar.gz nixos-e9ba21ce59be526964dc156c2af21d507ab758ac.tar.bz2 nixos-e9ba21ce59be526964dc156c2af21d507ab758ac.tar.xz nixos-e9ba21ce59be526964dc156c2af21d507ab758ac.zip |
Added description of odin:/srv/media
-rw-r--r-- | bragi.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -57,4 +57,10 @@ | |||
57 | }; | 57 | }; |
58 | 58 | ||
59 | security.setuidPrograms = ["mount.nfs"]; | 59 | security.setuidPrograms = ["mount.nfs"]; |
60 | |||
61 | fileSystems."/media/odin" = { | ||
62 | device = "odin.asgard.yggdrasil:/srv/media"; | ||
63 | fsType = "nfs"; | ||
64 | options = "noauto,nofail,users"; | ||
65 | }; | ||
60 | } | 66 | } |