remove cryotherm user from all hosts and templates

This commit is contained in:
steffen 2026-03-14 14:18:05 +01:00
parent 402086b374
commit 7c7eaf32af
4 changed files with 0 additions and 10 deletions

View file

@ -4,6 +4,5 @@
imports = [ imports = [
outputs.nixosModules.normalUsers outputs.nixosModules.normalUsers
../../users/steffen ../../users/steffen
../../users/cryotherm
]; ];
} }

View file

@ -4,6 +4,5 @@
imports = [ imports = [
outputs.nixosModules.normalUsers outputs.nixosModules.normalUsers
../../users/steffen ../../users/steffen
../../users/cryotherm
]; ];
} }

View file

@ -4,6 +4,5 @@
imports = [ imports = [
outputs.nixosModules.normalUsers outputs.nixosModules.normalUsers
../../users/steffen ../../users/steffen
../../users/cryotherm
]; ];
} }

View file

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