~ruther/guix-config

dfdf47c5d197a5f78cb3fbdee8d491ed6d194d85 — Rutherther 9 days ago d8c12d5
feat: add netbird and tailscale services
1 files changed, 9 insertions(+), 2 deletions(-)

M config.scm
M config.scm => config.scm +9 -2
@@ 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))