about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-06 11:20:06 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-06 11:20:06 -0800
commitc996dc9ea8e1453c65c8197c5a5c05eb9d79b19f (patch)
tree8596a2aad45f0420b14a2eda96b7ddca8516abac
parenttraefik: getting a working configuration (diff)
downloadworld-c996dc9ea8e1453c65c8197c5a5c05eb9d79b19f.tar.gz
tahoe: enable tailscale
-rw-r--r--hosts/tahoe/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix
index 731e47e..8d78461 100644
--- a/hosts/tahoe/default.nix
+++ b/hosts/tahoe/default.nix
@@ -4,6 +4,7 @@
   imports = [ # Include the results of the hardware scan.
     ./hardware-configuration.nix
     ../common/nas.nix
+    ../common/system/tailscale.nix
   ];
 
   boot = { initrd = { luks.devices."system".allowDiscards = true; }; };