Use unstable tailscale

This commit is contained in:
Dave Gallant
2024-07-28 08:35:32 -04:00
parent 46e1dc6819
commit a1d7f5ea02

View File

@@ -94,12 +94,12 @@ in {
qemu qemu
sbx-h6-rgb sbx-h6-rgb
strace strace
tailscale
traceroute traceroute
unstable.burpsuite unstable.burpsuite
unstable.obsidian unstable.obsidian
unstable.ryujinx unstable.ryujinx
unstable.signal-desktop unstable.signal-desktop
unstable.tailscale
usbutils usbutils
virt-manager virt-manager
vlc vlc
@@ -220,7 +220,10 @@ in {
printing.enable = true; printing.enable = true;
resolved.enable = true; resolved.enable = true;
sshd.enable = true; sshd.enable = true;
tailscale.enable = true; tailscale = {
enable = true;
package = unstable.tailscale;
};
udev.extraRules = '' udev.extraRules = ''
ACTION=="add", ATTR{idVendor}=="041e", ATTR{idProduct}=="3255", RUN+="${pkgs.sbx-h6-rgb}/bin/sbx-h6-ctl -c c010ff 041e:3255" ACTION=="add", ATTR{idVendor}=="041e", ATTR{idProduct}=="3255", RUN+="${pkgs.sbx-h6-rgb}/bin/sbx-h6-ctl -c c010ff 041e:3255"
''; '';