Add podman, disable docker
Used to build some container stuff
This commit is contained in:
parent
9fe68753c0
commit
032b04149a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue