From dfdf47c5d197a5f78cb3fbdee8d491ed6d194d85 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 12 Sep 2026 18:56:28 +0200 Subject: [PATCH] feat: add netbird and tailscale services --- config.scm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config.scm b/config.scm index d2d8fd487660037ae0b9b483b8d5147b8cf6cbe4..13fe92c27e0bcc633dcd4541aa8985a0b16a1e8b 100644 --- a/config.scm +++ b/config.scm @@ -23,7 +23,11 @@ (ruther services system) (ruther services bind) (ruther services nix-gl) - (ruther bootloader grub)) + (ruther services netbird) + (ruther packages netbird) + (ruther bootloader grub) + (dfsg contrib services tailscale)) + (use-service-modules desktop sddm xorg base nix pm virtualization vpn sound dbus cups containers security-token networking ssh databases linux docker) @@ -126,7 +130,9 @@ (endpoint "159.195.49.157:51820") (keep-alive 25) (public-key "ZOVjmgUak67kLhNVgZwyb0bro3Yi4vCJbGArv+35IWQ=") - (allowed-ips '("192.168.32.0/24"))))))))) + (allowed-ips '("192.168.32.0/24"))))))) + (service tailscaled-service-type) + (service netbird-service-type))) (define %ruther/laptop-gui-essential-services (list @@ -257,6 +263,7 @@ nix polkit ;; get pktty fwupd-nonfree + netbird wireshark-patched) %base-packages))