added dns for default podman network
This commit is contained in:
parent
7147b5354e
commit
8f74398f33
1 changed files with 4 additions and 0 deletions
|
|
@ -109,6 +109,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
virtualisation.podman.defaultNetwork.settings = (lib.mkIf config.virtualisation.podman.enable {
|
||||||
|
dns_enabled = true;
|
||||||
|
});
|
||||||
# disabling prune until nixos 23.05 drops
|
# disabling prune until nixos 23.05 drops
|
||||||
# due to compability issues
|
# due to compability issues
|
||||||
#virtualisation.podman.autoPrune.enable = config.virtualisation.podman.enable;
|
#virtualisation.podman.autoPrune.enable = config.virtualisation.podman.enable;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue