Fixed tailscale install

This commit is contained in:
Random936 2024-06-21 20:52:48 -07:00
parent 662c093024
commit c1fc398e03
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,6 @@
docker docker
cdrkit cdrkit
discord discord
tailscale
wireshark wireshark
pavucontrol pavucontrol
google-chrome google-chrome

View File

@ -127,8 +127,9 @@
# Install additional programs # Install additional programs
programs.thunar.enable = true; programs.thunar.enable = true;
# Enable sshd service. # Enable services.
services.openssh.enable = true; services.openssh.enable = true;
services.tailscale.enable = true;
# Enable virtualization features # Enable virtualization features
virtualisation.docker.enable = true; virtualisation.docker.enable = true;