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
nh
ksnip
virt-manager
];
variables = {
NIX_AUTO_RUN = "!";
};
};
programs = {
dconf.enable = true;
fish.enable = true;
kdeconnect = {
enable = true;
@ -204,6 +206,9 @@ in {
'';
virtualisation = {
libvirtd = {
enable = true;
};
podman = {
enable = true;
dockerCompat = true;