diff --git a/modules/openssh.nix b/modules/openssh.nix index 02d0a20..a3c412d 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -7,7 +7,10 @@ in { config = mkIf cfg.enable { services.openssh.enable = true; services.openssh.settings.PermitRootLogin = "prohibit-password"; - users.users.root.openssh.authorizedKeys.keyFiles = - [ ../ssh_keys/froidmpa-desktop.pub ../ssh_keys/froidmpa-laptop.pub ]; + users.users.root.openssh.authorizedKeys.keyFiles = [ + ../ssh_keys/froidmpa-desktop.pub + ../ssh_keys/froidmpa-laptop.pub + ../ssh_keys/elios-desktop.pub + ]; }; } diff --git a/ssh_keys/elios-desktop.pub b/ssh_keys/elios-desktop.pub new file mode 100644 index 0000000..87c520b --- /dev/null +++ b/ssh_keys/elios-desktop.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOu5tLop+R57tGmse3P7sf5GoYNDNUs9d/970bkNoOcZ elios4592@DESKTOP-5HMNEDS-2023-10-17