From a98e637ce27f152545da054d7f2b2a86f2fc7392 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 30 Jun 2026 23:34:27 -0500 Subject: [PATCH] rename --- modules/hosts/soteria/{soteria.nix => default.nix} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename modules/hosts/soteria/{soteria.nix => default.nix} (95%) 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 ];