summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-05 23:26:57 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-05 23:26:57 +0100
commit92db2624c916133add4f32defb0e31d64539d245 (patch)
tree66eac127bc3532dac3cc202ccf705024788f47ed /ymir.nix
parent9491ee71c04d82ab026702d28c5f9ed67aba80d7 (diff)
downloadnixos-92db2624c916133add4f32defb0e31d64539d245.tar
nixos-92db2624c916133add4f32defb0e31d64539d245.tar.gz
nixos-92db2624c916133add4f32defb0e31d64539d245.tar.bz2
nixos-92db2624c916133add4f32defb0e31d64539d245.tar.xz
nixos-92db2624c916133add4f32defb0e31d64539d245.zip
Move webdav out of home
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index e940f8b6..882f4871 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -960,4 +960,6 @@ in rec {
960 systemd.status-mail = { 960 systemd.status-mail = {
961 onFailure = [ "nixos-upgrade" "postfix" "dovecot2" "prosody" "opendkim" "nsd" "unbound" "tinc.yggdrasil" "postsrsd" ]; 961 onFailure = [ "nixos-upgrade" "postfix" "dovecot2" "prosody" "opendkim" "nsd" "unbound" "tinc.yggdrasil" "postsrsd" ];
962 }; 962 };
963
964 users.extraGroups."webdav" = {};
963} 965}