[NixTop] Add vmware

This commit is contained in:
Tibo De Peuter 2025-12-04 10:30:03 +01:00
parent ee26741ec2
commit 0b2685f9c0
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 4 additions and 3 deletions

View file

@ -142,9 +142,9 @@
libinput.enable = true;
};
networking = {
hostName = "Tibo-NixTop"; # Define your hostname.
};
virtualisation.vmware.host.enable = true;
networking.hostName = "Tibo-NixTop"; # Define your hostname.
# Set your time zone.
time.timeZone = "Europe/Brussels";