all repos — nixfiles @ 260d37e48218d5f81145b45807ce11f7d05d98cd

System and user configuration, managed by nix and home-manager

tailscale all the things!
Alan Pearce alan@alanpearce.eu
Tue, 21 May 2024 19:52:45 +0200
commit

260d37e48218d5f81145b45807ce11f7d05d98cd

parent

213555ac6cd409b7a254a5f5820d49f2bf8c7532

4 files changed, 6 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -245,6 +245,7 @@ };         }];
       };
   };
+  services.tailscale.enable = true;
 
   services.journald.extraConfig = ''
     MaxRetentionSec=1 month
M system/mba.nixsystem/mba.nix
@@ -8,6 +8,7 @@   networking = {
     hostName = "mba";
   };
+  services.tailscale.enable = true;
 
   services.activate-system.enable = true;
 
M system/nanopi.nixsystem/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.nixsystem/prefect.nix
@@ -136,6 +136,8 @@ networking = {     hostName = "prefect";
   };
 
+  services.tailscale.enable = true;
+
   system.stateVersion = "23.05";
 
   boot.binfmt.emulatedSystems = [ "aarch64-linux" ];