summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 4a66a70..ad47ca5 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -48,6 +48,8 @@
   services = {
     openssh = {
       enable = true;
+      openFirewall = false;
+      listenAddresses = [{ addr = me.tailscale.ip; port = 22; }];
       settings = {
         PasswordAuthentication = false;
         KbdInteractiveAuthentication = false;