cryodev/users/cryotherm/default.nix
2026-03-06 08:31:13 +01:00

7 lines
157 B
Nix

{
normalUsers.cryotherm = {
extraGroups = [ ];
# No sshKeyFiles, so password login only (if allowed) or local access
sshKeyFiles = [ ];
};
}