move deploy key to host config, add ralph and benjamin users

- Move forgejo-deploy pubkey from users/steffen to hosts/cryodev-main/
  (deploy key belongs to the host, not a user)
- Remove deploy key from steffen's authorized keys
- Add users ralph and benjamin (pubkeys pending)
- Register both new users in cryodev-main host config
This commit is contained in:
steffen 2026-03-14 14:15:40 +01:00
parent 92abe2574d
commit 402086b374
6 changed files with 26 additions and 5 deletions

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFIPGMqOV+YrGle8X7/hctW4Sha/bzeTsTP9AcDN9bA2 forgejo-deploy

View file

@ -12,6 +12,6 @@
# Root SSH key for deploy-rs (key-only, no password)
users.users.root.openssh.authorizedKeys.keyFiles = [
../../../users/steffen/pubkeys/forgejo-deploy.pub
../deploy-key.pub
];
}

View file

@ -4,5 +4,7 @@
imports = [
outputs.nixosModules.normalUsers
../../users/steffen
../../users/ralph
../../users/benjamin
];
}