From 7c7eaf32affd9b65812e8b3f84ac3831a50d20e4 Mon Sep 17 00:00:00 2001 From: steffen Date: Sat, 14 Mar 2026 14:18:05 +0100 Subject: [PATCH] remove cryotherm user from all hosts and templates --- hosts/cryodev-pi/users.nix | 1 - templates/generic-server/users.nix | 1 - templates/raspberry-pi/users.nix | 1 - users/cryotherm/default.nix | 7 ------- 4 files changed, 10 deletions(-) delete mode 100644 users/cryotherm/default.nix 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 = [ ]; - }; -}