more packages; added vmware to virtualization config
This commit is contained in:
parent
d18b82a5ec
commit
f8bba8e42f
@ -15,7 +15,10 @@
|
||||
feh
|
||||
dconf
|
||||
docker
|
||||
cdrkit
|
||||
discord
|
||||
tailscale
|
||||
wireshark
|
||||
pavucontrol
|
||||
google-chrome
|
||||
nextcloud-client
|
||||
|
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user