diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | } |