genericLinux enable

This commit is contained in:
John Lancaster
2026-03-11 20:18:48 -05:00
parent 9a8f98d4fe
commit 0daa3e8d15

View File

@@ -16,6 +16,9 @@ in
docker
desktop
];
targets.genericLinux.enable = true;
shell.program = "zsh";
home.packages = with pkgs; [
nixos-rebuild
@@ -40,7 +43,6 @@ in
homelab = true;
dev = true;
};
shell.program = "zsh";
sops.secrets."restic_password/john_ubuntu" = {
path = "${config.xdg.configHome}/resticprofile/password.txt";
};