modularized all the things

part one (?)
This commit is contained in:
2024-12-15 18:22:36 -05:00
parent d8a9e92dff
commit adabefd821
15 changed files with 848 additions and 45 deletions

View File

@ -167,6 +167,17 @@
system.stateVersion = 5;
containers.podman = {
enable = true;
dockerCompat = false;
extraPackages = with pkgs; [
podman-tui
docker-credential-helpers
cosign
crane
];
};
# Set your time zone.
time.timeZone = "America/Detroit";
}