diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-08-03 16:45:57 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-08-03 16:45:57 +0300 |
commit | f19b1ca98cde69a3d58c467d16d6a7ba3d7ffbcd (patch) | |
tree | 55b42fbafe17f2efd3696fe994131936920ede14 /configurations/eonwe | |
parent | 2024-08-03 (diff) |
2024-08-03
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; }; |