Compare commits

..

1 commit

Author SHA1 Message Date
6a75dfdaa6 Add deployment ssh key to all VMs
All checks were successful
CI / build (push) Successful in 1m32s
CI / deploy (docs-ops.qo.is) (push) Successful in 1m3s
CI / deploy (system-vm) (push) Successful in 1m32s
2025-04-19 18:44:43 +03:00

View file

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