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
@@ -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;