From 5f848623dff7cbcd21911032e5fd4c77bcf7d413 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 4 Feb 2024 16:40:38 -0500 Subject: tree-wide: better separate/name some things --- ext/terranix/tailscale/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/terranix/tailscale/default.nix (limited to 'ext/terranix/tailscale/default.nix') diff --git a/ext/terranix/tailscale/default.nix b/ext/terranix/tailscale/default.nix new file mode 100644 index 0000000..2225fd5 --- /dev/null +++ b/ext/terranix/tailscale/default.nix @@ -0,0 +1,12 @@ +{lib, ...}: { + imports = [ + ./acl.nix + ./devices.nix + ./dns.nix + ./tags.nix + ]; + + provider.tailscale = { + tailnet = lib.tfRef "var.tailnet"; + }; +} -- cgit v1.2.3