From 73bab574d43f487bcc3e6b7a6bc07f80565f2a9a Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:40:43 -0500 Subject: [PATCH] moved options --- modules/hosts/soteria.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/hosts/soteria.nix b/modules/hosts/soteria.nix index ca0b4b1..69cf3f7 100644 --- a/modules/hosts/soteria.nix +++ b/modules/hosts/soteria.nix @@ -75,6 +75,22 @@ in pkgs = import inputs.nixpkgs { system = "x86_64-linux"; }; modules = with inputs.self.modules; [ homeManager."${username}" + { + imports = with inputs.self.modules.homeManager; [ + rebuild + john + sops + # step-ssh-user + # mtls + restic + ]; + targets.genericLinux.enable = true; + + shell.program = "zsh"; + + home.username = "${username}"; + home.homeDirectory = "/home/${username}"; + } ]; }; } \ No newline at end of file