summary refs log tree commit diff stats
path: root/system/nanopi.nix
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/nanopi.nix
parent213555ac6cd409b7a254a5f5820d49f2bf8c7532 (diff)
downloadnixfiles-260d37e48218d5f81145b45807ce11f7d05d98cd.tar.lz
nixfiles-260d37e48218d5f81145b45807ce11f7d05d98cd.tar.zst
nixfiles-260d37e48218d5f81145b45807ce11f7d05d98cd.zip
tailscale all the things!
Diffstat (limited to 'system/nanopi.nix')
-rwxr-xr-xsystem/nanopi.nix2
1 files changed, 2 insertions, 0 deletions
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 = {