From 260d37e48218d5f81145b45807ce11f7d05d98cd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 21 May 2024 19:52:45 +0200 Subject: tailscale all the things! --- system/linde.nix | 1 + system/mba.nix | 1 + system/nanopi.nix | 2 ++ system/prefect.nix | 2 ++ 4 files changed, 6 insertions(+) (limited to 'system') diff --git a/system/linde.nix b/system/linde.nix index 52ad900c..67859334 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -245,6 +245,7 @@ in }]; }; }; + services.tailscale.enable = true; services.journald.extraConfig = '' MaxRetentionSec=1 month diff --git a/system/mba.nix b/system/mba.nix index c39862cf..abed520b 100644 --- a/system/mba.nix +++ b/system/mba.nix @@ -8,6 +8,7 @@ networking = { hostName = "mba"; }; + services.tailscale.enable = true; services.activate-system.enable = true; diff --git a/system/nanopi.nix b/system/nanopi.nix index f4ca6e44..7e88effa 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -188,6 +188,8 @@ in }; services.resolved.enable = false; + services.tailscale.enable = true; + programs.command-not-found.enable = false; services.openssh = { diff --git a/system/prefect.nix b/system/prefect.nix index 2963ccfc..d8573d80 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -136,6 +136,8 @@ hostName = "prefect"; }; + services.tailscale.enable = true; + system.stateVersion = "23.05"; boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; -- cgit 1.4.1