summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-21 19:52:45 +0200
committerAlan Pearce2024-05-21 20:11:42 +0200
commit260d37e48218d5f81145b45807ce11f7d05d98cd (patch)
treeccc710d5c2a44e4375b03eaed854fcf54b1f2a3b /system
parent213555ac6cd409b7a254a5f5820d49f2bf8c7532 (diff)
downloadnixfiles-260d37e48218d5f81145b45807ce11f7d05d98cd.tar.lz
nixfiles-260d37e48218d5f81145b45807ce11f7d05d98cd.tar.zst
nixfiles-260d37e48218d5f81145b45807ce11f7d05d98cd.zip
tailscale all the things!
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix1
-rw-r--r--system/mba.nix1
-rwxr-xr-xsystem/nanopi.nix2
-rw-r--r--system/prefect.nix2
4 files changed, 6 insertions, 0 deletions
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" ];