mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 04:56:09 -05:00
added tailscale fr
This commit is contained in:
parent
adf9468e7a
commit
924924ef85
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#:use-module (ryan-packages linux)
|
||||
#:use-module (ryan-packages networking)
|
||||
#:use-module (rosenthal packages wm)
|
||||
#:use-module (rosenthal services networking)
|
||||
#:use-module (gnu packages security-token)
|
||||
#:use-module (gnu services security-token)
|
||||
#:use-module (gnu services cups)
|
||||
|
@ -179,6 +180,8 @@
|
|||
(publish? #f) ;; do not advertise this machine
|
||||
(publish-workstation? #f))) ;; do not advertise, I want this to be as silent as possible
|
||||
(service docker-service-type)
|
||||
; Tailscale daemon from rosenthal
|
||||
(service tailscale-service-type) ; TODO: Add BIRD socket
|
||||
(service nix-service-type)
|
||||
(service libvirt-service-type
|
||||
(libvirt-configuration
|
||||
|
|
Loading…
Reference in a new issue