cryodev/hosts/cryodev-main/users.nix
steffen 402086b374 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
2026-03-14 14:15:40 +01:00

10 lines
158 B
Nix

{ inputs, outputs, ... }:
{
imports = [
outputs.nixosModules.normalUsers
../../users/steffen
../../users/ralph
../../users/benjamin
];
}