[NixTop] Add vmware
This commit is contained in:
parent
ee26741ec2
commit
0b2685f9c0
2 changed files with 4 additions and 3 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
"vista-fonts"
|
"vista-fonts"
|
||||||
"intel-ocl"
|
"intel-ocl"
|
||||||
"libfprint-2-tod1-broadcom"
|
"libfprint-2-tod1-broadcom"
|
||||||
|
"vmware-workstation"
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
utils.lib.mkFlake {
|
utils.lib.mkFlake {
|
||||||
|
|
|
||||||
|
|
@ -142,9 +142,9 @@
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
virtualisation.vmware.host.enable = true;
|
||||||
hostName = "Tibo-NixTop"; # Define your hostname.
|
|
||||||
};
|
networking.hostName = "Tibo-NixTop"; # Define your hostname.
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Europe/Brussels";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue