This commit is contained in:
John Lancaster
2026-03-29 22:51:06 -05:00
parent 30ea383040
commit bc3d7e9b6f
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -20,7 +20,6 @@ in
nixos.step-ssh-host nixos.step-ssh-host
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
nixos."${username}" nixos."${username}"
nixos.zsh
nixos.docker nixos.docker
nixos.login-text nixos.login-text
nixos.mtls nixos.mtls
@@ -40,7 +39,7 @@ in
home-manager.users."${username}" = { home-manager.users."${username}" = {
imports = with inputs.self.modules.homeManager; [ imports = with inputs.self.modules.homeManager; [
sops mysops
step-ssh-user step-ssh-user
janus-ca janus-ca
]; ];
+1 -2
View File
@@ -11,12 +11,11 @@ in
nixos.step-ssh-host nixos.step-ssh-host
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
nixos."${username}" nixos."${username}"
nixos.zsh
nixos.docker nixos.docker
{ {
home-manager.users."${username}" = { home-manager.users."${username}" = {
imports = with inputs.self.modules.homeManager; [ imports = with inputs.self.modules.homeManager; [
sops mysops
]; ];
shell.program = "zsh"; shell.program = "zsh";
docker.enable = true; docker.enable = true;