diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-11 16:54:40 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-11 16:54:40 -0400 |
| commit | a01f7ce1b0e79ade2d5871aa29170af2925de542 (patch) | |
| tree | f40f194f4a79b4cfbae5c1bad13570fd35bed2ab /modules | |
| parent | ca201bd9f1ce2bc1e6b5eb5107bf3ffc764417b4 (diff) | |
Changed things, i dunno
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ryan-config/base-system.scm | 4 |
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 |
