From c996dc9ea8e1453c65c8197c5a5c05eb9d79b19f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 6 Mar 2022 11:20:06 -0800 Subject: tahoe: enable tailscale --- hosts/tahoe/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') 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; }; }; -- cgit 1.4.1