diff --git a/modules/hosts/soteria/soteria.nix b/modules/hosts/soteria/default.nix similarity index 95% rename from modules/hosts/soteria/soteria.nix rename to modules/hosts/soteria/default.nix index 1314df0..4cfd567 100644 --- a/modules/hosts/soteria/soteria.nix +++ b/modules/hosts/soteria/default.nix @@ -1,4 +1,5 @@ { withSystem, self, inputs, lib, ... }: +# Intent: NixOS service node for Forgejo + restic with mTLS, host-local secrets, and a paired Home Manager profile for john. let username = "john"; hostname = "soteria"; @@ -83,7 +84,7 @@ in # This provides the secrets at install time sops.defaultSopsFile = ./secrets.yaml; - programs.zsh.enable = true; + # programs.zsh.enable = true; home-manager.users."${username}".imports = [ inputs.self.modules.homeManager.soteria ];