This commit is contained in:
2025-09-24 09:21:39 +03:00
parent da2270ecdc
commit d98a5c0299
+3
View File
@@ -29,4 +29,7 @@ in {
nixpkgs.config.allowBroken = true;
programs.gamemode.enable = true;
services.printing.enable = true;
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "chest" ];
}