Enable libvirt

This commit is contained in:
Johannes Rothe 2024-03-16 23:52:53 +01:00
parent a0e00a0711
commit 79591c1362

View File

@ -162,14 +162,16 @@
config.common.default = "*";
};
programs.light.enable = true;
programs.fish.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "gtk2";
enableSSHSupport = true;
programs = {
fish.enable = true;
gnupg.agent = {
enable = true;
pinentryFlavor = "gtk2";
enableSSHSupport = true;
};
light.enable = true;
virt-manager.enable = true;
};
# List services that you want to enable:
services.resolved = {
enable = true;
@ -220,11 +222,7 @@
system.stateVersion = "23.05"; # Did you read the comment?
virtualisation = {
podman = {
enable = true;
# Required for containers under podman-compose to be able to talk to each other.
#defaultNetwork.settings.dns_enabled = true;
};
libvirtd.enable = true;
podman.enable = true;
};
}