diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-06 11:20:06 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-06 11:20:06 -0800 |
commit | c996dc9ea8e1453c65c8197c5a5c05eb9d79b19f (patch) | |
tree | 8596a2aad45f0420b14a2eda96b7ddca8516abac | |
parent | traefik: getting a working configuration (diff) | |
download | world-c996dc9ea8e1453c65c8197c5a5c05eb9d79b19f.tar.gz |
tahoe: enable tailscale
Diffstat (limited to '')
-rw-r--r-- | hosts/tahoe/default.nix | 1 |
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; }; }; |