summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ryan-config/base-system.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm
index 7839c60..6364e7c 100644
--- a/modules/ryan-config/base-system.scm
+++ b/modules/ryan-config/base-system.scm
@@ -183,7 +183,9 @@
183 (publish-workstation? #f))) ;; do not advertise, I want this to be as silent as possible 183 (publish-workstation? #f))) ;; do not advertise, I want this to be as silent as possible
184 (service docker-service-type) 184 (service docker-service-type)
185 ; Tailscale daemon from rosenthal 185 ; Tailscale daemon from rosenthal
186 (service tailscale-service-type) ; TODO: Add BIRD socket 186 (service tailscale-service-type
187 (tailscale-configuration
188 (socket "/var/run/tailscale/tailscaled.sock")))
187 (service containerd-service-type) 189 (service containerd-service-type)
188 (service nix-service-type) 190 (service nix-service-type)
189 (service libvirt-service-type 191 (service libvirt-service-type