diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 077f4b0..0590c3c 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -32,6 +32,9 @@ in { isNormalUser = true; description = "${variable.username} account"; extraGroups = [ "wheel" ]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBVDICWA/+W3Qqgoxw6pIwPAjRmTYKWnsEPD/cRTNgzP hadi@heaven" + ]; }; console.keyMap = variable.keyboardLayout;