enable virtualbox

This commit is contained in:
Andreas Zweili 2021-11-23 21:09:45 +01:00
parent 1a6e9fbbbf
commit fdb3ffbef2
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,8 @@
networking.hostName = "staubfinger"; # Define your hostname.
virtualisation.virtualbox.host.enable = true;
environment.variables = {
ZWEILI_HARDWARE = "asus";
};

View File

@ -12,6 +12,7 @@
];
networking.hostName = "gwyn"; # Define your hostname.
virtualisation.virtualbox.host.enable = true;
environment.variables = {
ZWEILI_HARDWARE = "xps5530";