desktop-2024-08-30-13-32-38

This commit is contained in:
Alexander Szczepanski
2024-08-30 13:32:38 +02:00
parent 4298f9dc77
commit 756590abc3
4 changed files with 0 additions and 416 deletions

View File

@ -1,12 +0,0 @@
{ config, pkgs, lib, ... }:
{
nixpkgs.config.allowUnfree = true;
virtualisation = {
virtualbox.host = {
enable = true;
enableExtensionPack = true;
};
};
}