mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
tailscale: Disable ssh for all hosts
This commit is contained in:
parent
72ed799826
commit
1c61682e5a
5 changed files with 4 additions and 17 deletions
|
|
@ -21,10 +21,7 @@
|
|||
boot.loader.grub.enable = true;
|
||||
|
||||
services = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
tailscale.enable = true;
|
||||
|
||||
nebula.node = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue