summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 13:00:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 13:00:37 +0200
commite9ba21ce59be526964dc156c2af21d507ab758ac (patch)
treec2cc2ffd0efe054629c0d664765b5c5342d6a89d /bragi.nix
parent40530842d4302bf280d99dee9a4138be5780c20e (diff)
downloadnixos-e9ba21ce59be526964dc156c2af21d507ab758ac.tar
nixos-e9ba21ce59be526964dc156c2af21d507ab758ac.tar.gz
nixos-e9ba21ce59be526964dc156c2af21d507ab758ac.tar.bz2
nixos-e9ba21ce59be526964dc156c2af21d507ab758ac.tar.xz
nixos-e9ba21ce59be526964dc156c2af21d507ab758ac.zip
Added description of odin:/srv/media
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 9852dfa4..40ad52e5 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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}