more packages; added vmware to virtualization config

This commit is contained in:
Random936 2024-06-19 22:23:59 -07:00
parent d18b82a5ec
commit f8bba8e42f
2 changed files with 7 additions and 3 deletions

View File

@ -15,7 +15,10 @@
feh
dconf
docker
cdrkit
discord
tailscale
wireshark
pavucontrol
google-chrome
nextcloud-client

View File

@ -104,9 +104,6 @@
syntaxHighlighting.enable = true;
};
# Docker configuration
virtualisation.docker.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.random = {
isNormalUser = true;
@ -133,5 +130,9 @@
# Enable sshd service.
services.openssh.enable = true;
# Enable virtualization features
virtualisation.docker.enable = true;
virtualisation.vmware.host.enable = true;
system.stateVersion = "24.05";
}