summaryrefslogtreecommitdiff
path: root/configurations
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-08-03 16:45:57 +0300
committerAzat Bahawi <azat@bahawi.net>2024-08-03 16:45:57 +0300
commitf19b1ca98cde69a3d58c467d16d6a7ba3d7ffbcd (patch)
tree55b42fbafe17f2efd3696fe994131936920ede14 /configurations
parentffd1ac27a341de0da4bf63a5da1320ee6d132ae0 (diff)
2024-08-03
Diffstat (limited to 'configurations')
-rw-r--r--configurations/eonwe/default.nix2
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;
};