updates and fixes

This commit is contained in:
Rouven Seifert 2024-08-13 11:38:01 +02:00
parent efe00fc184
commit f7e581f792
15 changed files with 75 additions and 60 deletions

View file

@ -1,10 +1,10 @@
{ pkgs, ... }:
{
virtualisation = {
podman = {
enable = true;
defaultNetwork.settings.dns_enabled = true;
};
# podman = {
# enable = true;
# defaultNetwork.settings.dns_enabled = true;
# };
libvirtd = {
enable = true;
qemu = {