From 8b4eea68fa9e4a85f192271919862c925aae48a0 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 15 Sep 2024 14:17:08 +0200 Subject: [PATCH] stuff --- common/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/users.nix b/common/users.nix index ba9079c..6498912 100644 --- a/common/users.nix +++ b/common/users.nix @@ -11,7 +11,7 @@ isNormalUser = true; hashedPasswordFile = config.age.secrets.user-lukas.path; openssh.authorizedKeys.keys = builtins.attrValues (import ../pubkeys.nix).users; - extraGroups = ["wheel" "networkmanager" "gamemode"]; + extraGroups = ["wheel"]; }; }; };