mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 09:17:54 +08:00
Apply tailscale reco
This commit is contained in:
parent
86bdec5e4e
commit
7c31f31617
1 changed files with 2 additions and 0 deletions
|
|
@ -108,7 +108,9 @@
|
|||
|
||||
services.openssh.permitRootLogin = "prohibit-password";
|
||||
services.openssh.enable = true;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
networking.firewall.checkReversePath = "loose"; # Tailscale recommends this
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.srid = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue