There was an error while loading. Please reload this page.
1 parent 28239c2 commit 44bd5d9Copy full SHA for 44bd5d9
1 file changed
macs/common.nix
@@ -59,9 +59,10 @@ in
59
};
60
61
62
- environment.etc."per-user/root/ssh/authorized_keys".text = lib.concatStringsSep "\n" [
+ users.users.root.openssh.authorizedKeys.keys = [
63
(authorizedNixStoreKey sshKeys.hydra-queue-runner)
64
- ];
+ ]
65
+ ++ (import ../ssh-keys.nix).infra-core;
66
67
system.activationScripts.postActivation.text = ''
68
printf "configuring ssh keys for hydra on the root account... "
0 commit comments