diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-31 16:44:57 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-31 16:44:57 +0100 |
commit | 0f4bd1da4ce2990e95ff77ff872c98b06b039323 (patch) | |
tree | 5dd546b88beee7b8f6444ffa897afb737578b70b /accounts/mherold@surtr.nix | |
parent | edff17958565f4f1d9367a36ff3211787e91af42 (diff) | |
download | nixos-0f4bd1da4ce2990e95ff77ff872c98b06b039323.tar nixos-0f4bd1da4ce2990e95ff77ff872c98b06b039323.tar.gz nixos-0f4bd1da4ce2990e95ff77ff872c98b06b039323.tar.bz2 nixos-0f4bd1da4ce2990e95ff77ff872c98b06b039323.tar.xz nixos-0f4bd1da4ce2990e95ff77ff872c98b06b039323.zip |
surtr: webdav
Diffstat (limited to 'accounts/mherold@surtr.nix')
-rw-r--r-- | accounts/mherold@surtr.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/accounts/mherold@surtr.nix b/accounts/mherold@surtr.nix index 64629674..ba41d65f 100644 --- a/accounts/mherold@surtr.nix +++ b/accounts/mherold@surtr.nix | |||
@@ -1 +1,6 @@ | |||
1 | {...}: {} | 1 | { userName, ... }: |
2 | { | ||
3 | users.users.${userName} = { | ||
4 | extraGroups = ["webdav"]; | ||
5 | }; | ||
6 | } | ||