Add vmware to system, simplify homedir logic, add more Hidden

This commit is contained in:
Bun 2025-05-14 09:36:13 -04:00
parent f75eec5484
commit 04560dfbc5
10 changed files with 37 additions and 17 deletions

View file

@ -0,0 +1,9 @@
{ config, lib, ... }:
{
networking.useNetworkd = lib.mkForce false;
virtualisation = {
libvirtd.enable = true;
vmware.host.enable = true;
};
}