add podman settings

dev-docs
Moritz Böhme 2023-01-26 10:57:16 +01:00
parent c78d9e9e24
commit 9f89c0d9a1
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ in
virtualisation.podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
}