summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/mherold@surtr.nix7
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}