From 7a6f9327407318597caff864ef4f4270ea5c2138 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Tue, 23 Apr 2024 00:03:55 +1200 Subject: [PATCH] feat(ooksmedia): enable tailscale module --- system/hosts/ooksmedia/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/hosts/ooksmedia/default.nix b/system/hosts/ooksmedia/default.nix index a06034e..5c5f72c 100644 --- a/system/hosts/ooksmedia/default.nix +++ b/system/hosts/ooksmedia/default.nix @@ -18,6 +18,11 @@ cpu.type = "intel"; gpu.type = "nvidia"; }; + + systemModules.networking.tailscale = { + enable = true; + server = true; + }; networking = { hostName = "ooksmedia";