6 lines
186 B
Nix
6 lines
186 B
Nix
|
|
# Enabling this by default since its nothing more than a config file. If kvm
|
||
|
|
# exists, it'll be utilized, otherwise not
|
||
|
|
_: {
|
||
|
|
xdg.configFile."libvirt/qemu.conf".source = ./qemu.conf;
|
||
|
|
}
|