From ad1cf2489b710b4aba67dc38ab4f111fcd38e348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Thu, 6 Oct 2022 20:19:59 +0200 Subject: [PATCH] :bug: fix missing groups --- modules/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profiles/base.nix b/modules/profiles/base.nix index 921cb2c..8349bf8 100644 --- a/modules/profiles/base.nix +++ b/modules/profiles/base.nix @@ -9,7 +9,7 @@ with lib; users.users.moritz = { isNormalUser = true; home = "/home/moritz"; - extraGroups = [ "wheel" ]; # "networkmanager" "video" "dialout" + extraGroups = [ "wheel" "networkmanager" "video" ]; initialPassword = "password"; # CHANGE ME PLEASE openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoAqa2m7hIzZ2LS96Z+RCIlRvhBM/j7h27tMBCwMT+a" # Moritz