mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
11 lines
213 B
Nix
11 lines
213 B
Nix
{...}: {
|
|
virtualisation = {
|
|
waydroid.enable = true;
|
|
libvirtd.enable = true;
|
|
podman = {
|
|
enable = true;
|
|
dockerCompat = true;
|
|
defaultNetwork.settings.dns_enabled = true;
|
|
};
|
|
};
|
|
}
|