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