mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-16 17:41:09 +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;
|
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;
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Need to add [File (in the menu bar) -> Add connection] when start for the first time
|
# 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/KVM(HostCpuOnly), provides:
|
||||||
# qemu-storage-daemon qemu-edid qemu-ga
|
# qemu-storage-daemon qemu-edid qemu-ga
|
||||||
|
|||||||
Reference in New Issue
Block a user