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";