diff --git a/configuration.nix b/configuration.nix index 30aa309..d7553df 100644 --- a/configuration.nix +++ b/configuration.nix @@ -101,6 +101,11 @@ ]; }; + users.users.root = { + isNormalUser = false; + openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMYGJCpFIiWqzy8YbfWh7+i52XVwyhUu+P0rUglVR5uV gws@nixos"]; + }; + # Allow unfree packages nixpkgs.config.allowUnfree = true;