Compare commits

..

1 commit

Author SHA1 Message Date
90026d2734 Add deployment ssh key to all VMs
Some checks failed
CI / build (push) Failing after 1m14s
CI / deploy (docs-ops.qo.is) (push) Has been skipped
CI / deploy (system-vm) (push) Has been skipped
2025-04-19 18:42:48 +03:00

View file

@ -13,7 +13,7 @@ with lib;
config = lib.mkIf cfg.enable {
users.users.root.openssh.authorizedKeys.keys = [
users.users.root.openssh.authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBS65v7n5ozOUjYGuO/dgLC9C5MUGL5kTnQnvWAYP5B3 ci@git.qo.is"
]; # TODO: Move this key to allow CI deployment for all machines.