This commit is contained in:
parent
5cdce4a6e3
commit
22ba0ba584
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, pkgs, ...}:
|
||||
{ config, pkgs, ...}:
|
||||
|
||||
with lib;
|
||||
let
|
||||
|
|
Loading…
Reference in New Issue