This commit is contained in:
admin 2024-04-21 19:01:42 +02:00
parent fb1f1fed87
commit 342bb03515

View file

@ -101,6 +101,11 @@
]; ];
}; };
users.users.root = {
isNormalUser = false;
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMYGJCpFIiWqzy8YbfWh7+i52XVwyhUu+P0rUglVR5uV gws@nixos"];
};
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;