diff --git a/hosts/cryodev-pi/users.nix b/hosts/cryodev-pi/users.nix index 3570761..a198c5a 100644 --- a/hosts/cryodev-pi/users.nix +++ b/hosts/cryodev-pi/users.nix @@ -4,6 +4,5 @@ imports = [ outputs.nixosModules.normalUsers ../../users/steffen - ../../users/cryotherm ]; } diff --git a/templates/generic-server/users.nix b/templates/generic-server/users.nix index 3570761..a198c5a 100644 --- a/templates/generic-server/users.nix +++ b/templates/generic-server/users.nix @@ -4,6 +4,5 @@ imports = [ outputs.nixosModules.normalUsers ../../users/steffen - ../../users/cryotherm ]; } diff --git a/templates/raspberry-pi/users.nix b/templates/raspberry-pi/users.nix index 3570761..a198c5a 100644 --- a/templates/raspberry-pi/users.nix +++ b/templates/raspberry-pi/users.nix @@ -4,6 +4,5 @@ imports = [ outputs.nixosModules.normalUsers ../../users/steffen - ../../users/cryotherm ]; } diff --git a/users/cryotherm/default.nix b/users/cryotherm/default.nix deleted file mode 100644 index 7de4740..0000000 --- a/users/cryotherm/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - normalUsers.cryotherm = { - extraGroups = [ ]; - # No sshKeyFiles, so password login only (if allowed) or local access - sshKeyFiles = [ ]; - }; -}