removed lxd; added virt-manager

This commit is contained in:
William 2025-09-06 16:11:59 -03:00
parent 563d9bdbe1
commit 837f78e58f
3 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,6 @@
(lib.mkIf hostType.isWorkstation {
virtualisation = {
libvirtd.enable = true;
lxd.enable = true;
};
})
];