This commit is contained in:
randomuser 2023-07-07 23:13:57 -05:00
parent 5cdce4a6e3
commit 22ba0ba584
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{ config, pkgs, ... }:
with lib;
let
hostname = "virtbox";
in
@ -33,7 +34,7 @@ in
# branch and enable different capabilities based on the system
lib.mkIf hostname == "virtbox" {
mkIf hostname == "virtbox" {
services.virtbox.enable = true;
};
}

View File

@ -1,4 +1,4 @@
{ lib, config, pkgs, ...}:
{ config, pkgs, ...}:
with lib;
let