diff options
| author | Mitch Taylor <mitch@mitchtaylor.xyz> | 2026-03-21 18:26:09 -0300 |
|---|---|---|
| committer | Mitch Taylor <mitch@mitchtaylor.xyz> | 2026-03-21 18:26:09 -0300 |
| commit | 422c42ebea4341b098e968ea89293ce86ce983d7 (patch) | |
| tree | 202263ef60f740e27fc049917c441cc13b4b2ea5 | |
| parent | deb1b3723e278e2323ea30a5c5a6c092e0e65267 (diff) | |
commit
| -rw-r--r-- | mitch/services/tailscale.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mitch/services/tailscale.scm b/mitch/services/tailscale.scm index 4df99c3..11ac13c 100644 --- a/mitch/services/tailscale.scm +++ b/mitch/services/tailscale.scm @@ -7,6 +7,7 @@ #:use-module (ice-9 match) #:use-module (mitch packages tailscale) #:use-module (gnu packages linux) + #:use-module (guix licenses) #:export (tailscaled-service-type tailscaled-configuration)) ;; TODO: https://tailscale.com/kb/1188/linux-dns/#dhcp-dhclient-overwriting-etcresolvconf |
