From f19b1ca98cde69a3d58c467d16d6a7ba3d7ffbcd Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 3 Aug 2024 16:45:57 +0300 Subject: 2024-08-03 --- configurations/eonwe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configurations/eonwe') 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; }; -- cgit v1.2.3