cryodev/templates/generic-server/users.nix
steffen 5607cad78f
Some checks failed
Deploy / flake-check (push) Successful in 40s
Deploy / deploy-cryodev-main (push) Has been cancelled
Deploy / create-release (push) Has been cancelled
Deploy / build-pi-images (cryodev-pi) (push) Has been cancelled
make templates user-agnostic
Templates should not reference specific users. Users are added
manually when creating a new host from the template.
2026-03-14 14:22:21 +01:00

9 lines
144 B
Nix

{ inputs, outputs, ... }:
{
imports = [
outputs.nixosModules.normalUsers
# Add users here, e.g.:
# ../../users/<username>
];
}