summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}