virt-manager

Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-06-26 10:46:16 +03:00
parent 5e747a1584
commit 3a25583750

View file

@ -150,12 +150,14 @@ in {
pkgconfig pkgconfig
nh nh
ksnip ksnip
virt-manager
]; ];
variables = { variables = {
NIX_AUTO_RUN = "!"; NIX_AUTO_RUN = "!";
}; };
}; };
programs = { programs = {
dconf.enable = true;
fish.enable = true; fish.enable = true;
kdeconnect = { kdeconnect = {
enable = true; enable = true;
@ -204,6 +206,9 @@ in {
''; '';
virtualisation = { virtualisation = {
libvirtd = {
enable = true;
};
podman = { podman = {
enable = true; enable = true;
dockerCompat = true; dockerCompat = true;