Move pubkeys in ./machines

This is required by the current krops setup.
This commit is contained in:
gabriel-doriath-dohler 2022-08-15 23:59:59 +00:00
parent ba5086a237
commit c5aa20dffa
11 changed files with 13 additions and 13 deletions

View file

@ -62,9 +62,9 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keyFiles = [
../../pubkeys/gdd.keys
../../pubkeys/raito.keys
../../pubkeys/remote-builders.keys
../pubkeys/gdd.keys
../pubkeys/raito.keys
../pubkeys/remote-builders.keys
];
# Open ports in the firewall.