mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-09 18:51:33 +01:00
Edit virtualisation.nix Add podman as an option
This commit is contained in:
parent
f264948c8b
commit
ae49f7b2ca
@ -1,6 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
# Only enable either docker or podman -- Not both
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.podman.enable = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user