diff options
Diffstat (limited to 'modules')
-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 |