This commit is contained in:
John Lancaster
2026-06-30 23:34:27 -05:00
parent 0e194e5d44
commit a98e637ce2
@@ -1,4 +1,5 @@
{ withSystem, self, inputs, lib, ... }: { 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 let
username = "john"; username = "john";
hostname = "soteria"; hostname = "soteria";
@@ -83,7 +84,7 @@ in
# This provides the secrets at install time # This provides the secrets at install time
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;
programs.zsh.enable = true; # programs.zsh.enable = true;
home-manager.users."${username}".imports = [ inputs.self.modules.homeManager.soteria ]; home-manager.users."${username}".imports = [ inputs.self.modules.homeManager.soteria ];