🐛 fix missing groups
parent
a7f9f05ccf
commit
ad1cf2489b
|
@ -9,7 +9,7 @@ with lib;
|
||||||
users.users.moritz = {
|
users.users.moritz = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/moritz";
|
home = "/home/moritz";
|
||||||
extraGroups = [ "wheel" ]; # "networkmanager" "video" "dialout"
|
extraGroups = [ "wheel" "networkmanager" "video" ];
|
||||||
initialPassword = "password"; # CHANGE ME PLEASE
|
initialPassword = "password"; # CHANGE ME PLEASE
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoAqa2m7hIzZ2LS96Z+RCIlRvhBM/j7h27tMBCwMT+a" # Moritz
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoAqa2m7hIzZ2LS96Z+RCIlRvhBM/j7h27tMBCwMT+a" # Moritz
|
||||||
|
|
Loading…
Reference in New Issue