nixfiles/hosts/artemis/containers.nix
Callum Leslie 44419a52d6
Some checks failed
/ ci (push) Has been cancelled
waydroid, wireshark and 24.11
2025-01-10 10:46:12 +00:00

11 lines
213 B
Nix

{...}: {
virtualisation = {
waydroid.enable = true;
libvirtd.enable = true;
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
}