This commit is contained in:
John Lancaster
2026-03-22 10:42:13 -05:00
parent 73bab574d4
commit a2bcf3578e

View File

@@ -78,18 +78,15 @@ in
{
imports = with inputs.self.modules.homeManager; [
rebuild
john
sops
# step-ssh-user
# mtls
restic
# restic
];
targets.genericLinux.enable = true;
shell.program = "zsh";
home.username = "${username}";
home.homeDirectory = "/home/${username}";
shell.program = "zsh";
}
];
};