mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-19 15:31:22 +02:00
chore(modules/nixos/desktop): disable libvirtd & lxd, I'm not using them
This commit is contained in:
@@ -32,19 +32,21 @@
|
||||
enableOnBoot = true;
|
||||
};
|
||||
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
# hanging this option to false may cause file permission issues for existing guests.
|
||||
# To fix these, manually change ownership of affected files in /var/lib/libvirt/qemu to qemu-libvirtd.
|
||||
qemu.runAsRoot = true;
|
||||
};
|
||||
waydroid.enable = true;
|
||||
lxd.enable = true;
|
||||
|
||||
# libvirtd = {
|
||||
# enable = true;
|
||||
# # hanging this option to false may cause file permission issues for existing guests.
|
||||
# # To fix these, manually change ownership of affected files in /var/lib/libvirt/qemu to qemu-libvirtd.
|
||||
# qemu.runAsRoot = true;
|
||||
# };
|
||||
|
||||
# lxd.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Need to add [File (in the menu bar) -> Add connection] when start for the first time
|
||||
virt-manager
|
||||
# virt-manager
|
||||
|
||||
# QEMU/KVM(HostCpuOnly), provides:
|
||||
# qemu-storage-daemon qemu-edid qemu-ga
|
||||
|
||||
Reference in New Issue
Block a user