Compare commits

1 Commits

Author SHA1 Message Date
John Lancaster 70b3e2ccff option tweaks 2026-03-22 10:42:13 -05:00
+2 -4
View File
@@ -82,14 +82,12 @@ in
sops
# step-ssh-user
# mtls
restic
# restic
];
targets.genericLinux.enable = true;
shell.program = "zsh";
home.username = "${username}";
home.homeDirectory = "/home/${username}";
shell.program = "zsh";
}
];
};