diff --git a/lib/modules/users.nix b/lib/modules/users.nix index 9db82958..1cea1341 100644 --- a/lib/modules/users.nix +++ b/lib/modules/users.nix @@ -77,9 +77,7 @@ type = options.users.type; default = (lib.attrsets.concatMapAttrs ( name: options: { - ${capitalize name} = options // { - groups = []; - }; + ${capitalize name} = options; }) config.users); }; }; diff --git a/profiles/Generic/config.nix b/profiles/Generic/config.nix index 51988f4f..fcf2730c 100644 --- a/profiles/Generic/config.nix +++ b/profiles/Generic/config.nix @@ -40,17 +40,17 @@ manuel = { displayName = "Manuel Thalmann"; mailAddress = "m@nuth.ch"; - - groups = [ - "wheel" - "nix-users" - ]; }; }; linux.users.manuel = { defaultShell = "fish"; + groups = [ + "wheel" + "nix-users" + ]; + rclone = { configurations = { nextcloud = {