From 0f4bd1da4ce2990e95ff77ff872c98b06b039323 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Jan 2022 16:44:57 +0100 Subject: surtr: webdav --- accounts/mherold@surtr.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'accounts/mherold@surtr.nix') 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 @@ -{...}: {} +{ userName, ... }: +{ + users.users.${userName} = { + extraGroups = ["webdav"]; + }; +} -- cgit v1.2.3