2024-02-17 18:39:09 +01:00
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
frogeye = {
|
|
|
|
desktop = {
|
|
|
|
xorg = true;
|
|
|
|
};
|
|
|
|
dev = {
|
|
|
|
docker = true;
|
|
|
|
};
|
|
|
|
extra = true;
|
|
|
|
gaming = true;
|
2024-06-23 23:57:03 +02:00
|
|
|
storageSize = "big";
|
2024-02-17 18:39:09 +01:00
|
|
|
};
|
2024-06-30 17:41:29 +02:00
|
|
|
|
|
|
|
# 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
|
2024-02-17 18:39:09 +01:00
|
|
|
}
|