mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 19:18:17 +01:00
9 lines
186 B
Nix
9 lines
186 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Only enable either docker or podman -- Not both
|
|
virtualisation.libvirtd.enable = true;
|
|
virtualisation.docker.enable = true;
|
|
virtualisation.podman.enable = false;
|
|
}
|