From d369b374cb2e08ae0dc48d367ac04c6d209fd5f7 Mon Sep 17 00:00:00 2001 From: Ciapa Date: Sat, 22 Apr 2023 07:20:17 +0000 Subject: [PATCH] Enable Qemu Agent --- hosts/kinda.sus.lol/hardware-configuration.nix | 2 ++ hosts/master.mirror.lewd.wtf/hardware-configuration.nix | 2 ++ hosts/seedbox/aztul/hardware-configuration.nix | 2 ++ hosts/seedbox/kitty/hardware-configuration.nix | 2 ++ 4 files changed, 8 insertions(+) diff --git a/hosts/kinda.sus.lol/hardware-configuration.nix b/hosts/kinda.sus.lol/hardware-configuration.nix index 0f346c9..6da8f72 100644 --- a/hosts/kinda.sus.lol/hardware-configuration.nix +++ b/hosts/kinda.sus.lol/hardware-configuration.nix @@ -28,4 +28,6 @@ device = "/mnt/data/media"; options = [ "bind,ro" ]; }; + + services.qemuGuest.enable = true; } diff --git a/hosts/master.mirror.lewd.wtf/hardware-configuration.nix b/hosts/master.mirror.lewd.wtf/hardware-configuration.nix index 400ce0f..4e909eb 100644 --- a/hosts/master.mirror.lewd.wtf/hardware-configuration.nix +++ b/hosts/master.mirror.lewd.wtf/hardware-configuration.nix @@ -13,4 +13,6 @@ device = "/dev/disk/by-label/data"; fsType = "ext4"; }; + + services.qemuGuest.enable = true; } diff --git a/hosts/seedbox/aztul/hardware-configuration.nix b/hosts/seedbox/aztul/hardware-configuration.nix index c1c8f90..2912d05 100644 --- a/hosts/seedbox/aztul/hardware-configuration.nix +++ b/hosts/seedbox/aztul/hardware-configuration.nix @@ -13,4 +13,6 @@ device = "/dev/disk/by-label/home"; fsType = "ext4"; }; + + services.qemuGuest.enable = true; } diff --git a/hosts/seedbox/kitty/hardware-configuration.nix b/hosts/seedbox/kitty/hardware-configuration.nix index c1c8f90..2912d05 100644 --- a/hosts/seedbox/kitty/hardware-configuration.nix +++ b/hosts/seedbox/kitty/hardware-configuration.nix @@ -13,4 +13,6 @@ device = "/dev/disk/by-label/home"; fsType = "ext4"; }; + + services.qemuGuest.enable = true; }