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";