From 7b102905c12300d175a03b18faa836699877fec5 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Tue, 9 Dec 2025 19:40:08 +0100 Subject: [PATCH] add guest agent --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 7f6db07..8d90c34 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,8 @@ # ./module/etherpad/etherpad.nix ]; + services.qemuGuest.enable = true; + nixpkgs.config.allowUnfree = true; nix.gc.automatic = true; nix.gc.dates = "03:15";