curacao: Desk control

This commit is contained in:
Geoffrey Frogeye 2024-06-30 17:41:29 +02:00
parent 88e63aaf7f
commit ce516fffe9
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 411 additions and 0 deletions

View file

@ -11,4 +11,11 @@
gaming = true;
storageSize = "big";
};
# Shenanigans
# nixpkgs.config.allowUnfree = true;
# virtualisation.virtualbox.host.enable = true;
# virtualisation.virtualbox.host.enableExtensionPack = true;
# users.extraGroups.vboxusers.members = [ "geoffrey" ];
# TODO Convert Windows VM from virtualbox to libvirt
}