This commit is contained in:
randomuser 2023-07-07 23:19:21 -05:00
parent b6fa4de417
commit 88412dd557
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ in
# branch and enable different capabilities based on the system # branch and enable different capabilities based on the system
mkIf isVirtbox { test = mkIf isVirtbox {
services.virtbox.enable = true; services.virtbox.enable = true;
}; };
} }