diff options
Diffstat (limited to '')
-rw-r--r-- | configurations/eonwe/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix index 29f1adc..30b0a3f 100644 --- a/configurations/eonwe/default.nix +++ b/configurations/eonwe/default.nix @@ -303,7 +303,7 @@ with lib; isSystemUser = true; group = "builder"; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzclJfd2n0POaFlYuSRK40JddtS+PYIpFyTz2BY94Wb root@ilmare" + "ssh-ed25519 @PUBLIC_KEY@ root@ilmare" ]; useDefaultShell = true; }; |