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
-1
View File
@@ -17,7 +17,6 @@
docker
cdrkit
discord
tailscale
wireshark
pavucontrol
google-chrome
+2 -1
View File
@@ -127,8 +127,9 @@
# Install additional programs
programs.thunar.enable = true;
# Enable sshd service.
# Enable services.
services.openssh.enable = true;
services.tailscale.enable = true;
# Enable virtualization features
virtualisation.docker.enable = true;