refactoring wsl config

This commit is contained in:
2025-03-07 01:49:03 +00:00
parent 1b95b2cf9d
commit 134ee05cd6
3 changed files with 8 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ in
pinentry
pinentry-curses
gnupg
# tailscale (don't need here)
tailscale
];
# Fix of WSL issue
@@ -80,5 +80,10 @@ in
enableSSHSupport = true;
};
services.tailscale.enable = true;
# Optional (default: 41641):
services.tailscale.port = 62532;
}