This commit is contained in:
Jakub Kropáček 2025-04-13 16:38:20 +02:00
parent fd2efffa6b
commit fe9e839d85

View file

@ -70,6 +70,7 @@
"networkmanager"
"wheel"
"dialout"
"libvirtd"
];
shell = pkgs.zsh;
};
@ -100,6 +101,7 @@
enable = true;
flake = "/etc/nixos";
};
virt-manager.enable = true;
};
services = {
@ -144,6 +146,9 @@
pkgs.hplip
];
};
libvirtd = {
enable = true;
};
};
networking = {