remove cryotherm user from all hosts and templates
This commit is contained in:
parent
402086b374
commit
7c7eaf32af
4 changed files with 0 additions and 10 deletions
|
|
@ -4,6 +4,5 @@
|
|||
imports = [
|
||||
outputs.nixosModules.normalUsers
|
||||
../../users/steffen
|
||||
../../users/cryotherm
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,5 @@
|
|||
imports = [
|
||||
outputs.nixosModules.normalUsers
|
||||
../../users/steffen
|
||||
../../users/cryotherm
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,5 @@
|
|||
imports = [
|
||||
outputs.nixosModules.normalUsers
|
||||
../../users/steffen
|
||||
../../users/cryotherm
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
normalUsers.cryotherm = {
|
||||
extraGroups = [ ];
|
||||
# No sshKeyFiles, so password login only (if allowed) or local access
|
||||
sshKeyFiles = [ ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue