summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-08-09 18:02:35 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-08-09 18:02:35 +0200
commit90bcb029fc1b040c4640d3ef820435c49edbc3b8 (patch)
tree6cf6cb92ffa3e831c87bd76f58850ebc9e6a72c5
parent0d810dfab9f6e12e9af9b4ba86e5c38ae1a51ca5 (diff)
downloadnixos-90bcb029fc1b040c4640d3ef820435c49edbc3b8.tar
nixos-90bcb029fc1b040c4640d3ef820435c49edbc3b8.tar.gz
nixos-90bcb029fc1b040c4640d3ef820435c49edbc3b8.tar.bz2
nixos-90bcb029fc1b040c4640d3ef820435c49edbc3b8.tar.xz
nixos-90bcb029fc1b040c4640d3ef820435c49edbc3b8.zip
Autofs vali
-rw-r--r--bragi.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index e6700d65..bb70e193 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -56,6 +56,7 @@ in rec {
56 trivmix 56 trivmix
57 zsh 57 zsh
58 tprint 58 tprint
59 samba
59 ]; 60 ];
60 61
61 # List services that you want to enable: 62 # List services that you want to enable:
@@ -77,6 +78,7 @@ in rec {
77 mapConf = pkgs.writeText "auto" '' 78 mapConf = pkgs.writeText "auto" ''
78 odin -fstype=nfs,ro odin.asgard.yggdrasil:/srv/media 79 odin -fstype=nfs,ro odin.asgard.yggdrasil:/srv/media
79 dellingr -fstype=vfat,ro /dev/disk/by-uuid/6436-3432 80 dellingr -fstype=vfat,ro /dev/disk/by-uuid/6436-3432
81 vali -fstype=cifs ://VALI/Users
80 ''; 82 '';
81 in '' 83 in ''
82 /media file:${mapConf} 84 /media file:${mapConf}