diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-05-21 02:22:10 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-05-21 02:22:10 -0400 |
commit | 924924ef850a8e187f55037499393bd21df80cc9 (patch) | |
tree | 24345db51adde83cff265af4f123208349701507 /modules/ryan-config | |
parent | adf9468e7a4dcd88f38233e9fc99f99610f080bc (diff) |
added tailscale fr
Diffstat (limited to 'modules/ryan-config')
-rw-r--r-- | modules/ryan-config/base-system.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 5d66985..370c4d4 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
@@ -17,6 +17,7 @@ | |||
17 | #:use-module (ryan-packages linux) | 17 | #:use-module (ryan-packages linux) |
18 | #:use-module (ryan-packages networking) | 18 | #:use-module (ryan-packages networking) |
19 | #:use-module (rosenthal packages wm) | 19 | #:use-module (rosenthal packages wm) |
20 | #:use-module (rosenthal services networking) | ||
20 | #:use-module (gnu packages security-token) | 21 | #:use-module (gnu packages security-token) |
21 | #:use-module (gnu services security-token) | 22 | #:use-module (gnu services security-token) |
22 | #:use-module (gnu services cups) | 23 | #:use-module (gnu services cups) |
@@ -179,6 +180,8 @@ | |||
179 | (publish? #f) ;; do not advertise this machine | 180 | (publish? #f) ;; do not advertise this machine |
180 | (publish-workstation? #f))) ;; do not advertise, I want this to be as silent as possible | 181 | (publish-workstation? #f))) ;; do not advertise, I want this to be as silent as possible |
181 | (service docker-service-type) | 182 | (service docker-service-type) |
183 | ; Tailscale daemon from rosenthal | ||
184 | (service tailscale-service-type) ; TODO: Add BIRD socket | ||
182 | (service nix-service-type) | 185 | (service nix-service-type) |
183 | (service libvirt-service-type | 186 | (service libvirt-service-type |
184 | (libvirt-configuration | 187 | (libvirt-configuration |