Enable libvirt
This commit is contained in:
parent
a0e00a0711
commit
79591c1362
@ -162,14 +162,16 @@
|
||||
config.common.default = "*";
|
||||
};
|
||||
|
||||
programs.light.enable = true;
|
||||
programs.fish.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user