moved options

This commit is contained in:
John Lancaster
2026-03-22 10:40:43 -05:00
parent a59db0af58
commit 73bab574d4

View File

@@ -75,6 +75,22 @@ in
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; }; pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
modules = with inputs.self.modules; [ modules = with inputs.self.modules; [
homeManager."${username}" 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}";
}
]; ];
}; };
} }