aaaaaaaaaaaaaaaaa

This commit is contained in:
randomuser 2023-07-07 23:22:06 -05:00
parent ede69ca4be
commit c25fd3471d
1 changed files with 1 additions and 2 deletions

View File

@ -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;
};
}