diff --git a/configuration.nix b/configuration.nix index 874f37c..5ab35ce 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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; }; }