switch to networkd

This commit is contained in:
Gerg-L 2023-07-30 22:48:07 -04:00
parent 4068de6a5f
commit 019576dd7b
4 changed files with 45 additions and 26 deletions

View file

@ -1,4 +1,4 @@
{...}: {
_: {
pkgs,
lib,
config,
@ -156,8 +156,8 @@ in {
'';
in [
"L /etc/Xorg/active.conf - - - - /etc/Xorg/2_mon.conf"
"L+ /var/lib/libvirt/hooks/qemu - - - - ${qemuHook}"
"L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${./Windows.xml}"
"C /var/lib/libvirt/hooks/qemu - - - - ${qemuHook}"
"C /var/lib/libvirt/qemu/Windows.xml - - - - ${./Windows.xml}"
];
_file = ./vfio.nix;
}