diff --git a/modules/hosts/janus/default.nix b/modules/hosts/janus/default.nix index ee8765a..4f0432b 100644 --- a/modules/hosts/janus/default.nix +++ b/modules/hosts/janus/default.nix @@ -20,7 +20,6 @@ in nixos.step-ssh-host inputs.home-manager.nixosModules.home-manager nixos."${username}" - nixos.zsh nixos.docker nixos.login-text nixos.mtls @@ -40,7 +39,7 @@ in home-manager.users."${username}" = { imports = with inputs.self.modules.homeManager; [ - sops + mysops step-ssh-user janus-ca ]; diff --git a/modules/hosts/test-nix.nix b/modules/hosts/test-nix.nix index 9152b9b..86ae718 100644 --- a/modules/hosts/test-nix.nix +++ b/modules/hosts/test-nix.nix @@ -11,12 +11,11 @@ in nixos.step-ssh-host inputs.home-manager.nixosModules.home-manager nixos."${username}" - nixos.zsh nixos.docker { home-manager.users."${username}" = { imports = with inputs.self.modules.homeManager; [ - sops + mysops ]; shell.program = "zsh"; docker.enable = true;