tailscale all the things!
Alan Pearce alan@alanpearce.eu
Tue, 21 May 2024 19:52:45 +0200
4 files changed, 6 insertions(+), 0 deletions(-)
M system/linde.nix → system/linde.nix
@@ -245,6 +245,7 @@ }; }]; }; }; + services.tailscale.enable = true; services.journald.extraConfig = '' MaxRetentionSec=1 month
M system/mba.nix → system/mba.nix
@@ -8,6 +8,7 @@ networking = { hostName = "mba"; }; + services.tailscale.enable = true; services.activate-system.enable = true;
M system/nanopi.nix → system/nanopi.nix
@@ -188,6 +188,8 @@ }; }; services.resolved.enable = false; + services.tailscale.enable = true; + programs.command-not-found.enable = false; services.openssh = {
M system/prefect.nix → system/prefect.nix
@@ -136,6 +136,8 @@ networking = { hostName = "prefect"; }; + services.tailscale.enable = true; + system.stateVersion = "23.05"; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];