more packages; added vmware to virtualization config
This commit is contained in:
parent
d18b82a5ec
commit
f8bba8e42f
@ -15,7 +15,10 @@
|
|||||||
feh
|
feh
|
||||||
dconf
|
dconf
|
||||||
docker
|
docker
|
||||||
|
cdrkit
|
||||||
discord
|
discord
|
||||||
|
tailscale
|
||||||
|
wireshark
|
||||||
pavucontrol
|
pavucontrol
|
||||||
google-chrome
|
google-chrome
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
@ -104,9 +104,6 @@
|
|||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Docker configuration
|
|
||||||
virtualisation.docker.enable = true;
|
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.random = {
|
users.users.random = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
@ -133,5 +130,9 @@
|
|||||||
# Enable sshd service.
|
# Enable sshd service.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
# Enable virtualization features
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
virtualisation.vmware.host.enable = true;
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user