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