Disable tailscale
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
This commit is contained in:
parent
cbaaac3587
commit
b4327bf189
1 changed files with 1 additions and 7 deletions
|
@ -20,13 +20,7 @@ in
|
|||
domain = domain;
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
configureClientRouting = true;
|
||||
};
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
};
|
||||
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue