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