aaaaaaaaaaaaaaaaa
This commit is contained in:
parent
ede69ca4be
commit
c25fd3471d
|
@ -1,6 +1,5 @@
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
let
|
let
|
||||||
hostname = "virtbox";
|
hostname = "virtbox";
|
||||||
isVirtbox = hostname == "virtbox";
|
isVirtbox = hostname == "virtbox";
|
||||||
|
@ -35,7 +34,7 @@ in
|
||||||
|
|
||||||
# branch and enable different capabilities based on the system
|
# branch and enable different capabilities based on the system
|
||||||
|
|
||||||
test = mkIf isVirtbox {
|
test = lib.mkIf isVirtbox {
|
||||||
services.virtbox.enable = true;
|
services.virtbox.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue