From c25fd3471dfda22d9ed65aafc5a70ea1e5ca1b69 Mon Sep 17 00:00:00 2001 From: randomuser Date: Fri, 7 Jul 2023 23:22:06 -0500 Subject: [PATCH] aaaaaaaaaaaaaaaaa --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index e551b0f..2f35ebb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,6 +1,5 @@ { lib, config, pkgs, ... }: -with lib; let hostname = "virtbox"; isVirtbox = hostname == "virtbox"; @@ -35,7 +34,7 @@ in # branch and enable different capabilities based on the system - test = mkIf isVirtbox { + test = lib.mkIf isVirtbox { services.virtbox.enable = true; }; }