Add podman, disable docker

Used to build some container stuff
This commit is contained in:
Eli Ribble 2024-07-27 20:23:45 -07:00
parent 9fe68753c0
commit 032b04149a
1 changed files with 2 additions and 0 deletions

View File

@ -185,4 +185,6 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.05"; # Did you read the comment?
virtualisation.docker.enable = false;
virtualisation.podman.enable = true;
}