mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-26 10:08:51 -05:00
because the docs clearly say the parameters are seperated by spaces
This commit is contained in:
parent
9c1e9c6b4f
commit
98f19d2ef7
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
nginx = {
|
||||
user = "root";
|
||||
enable = true;
|
||||
logError = "syslog:warn";
|
||||
logError = "syslog:server=unix:/dev/log";
|
||||
statusPage = true;
|
||||
};
|
||||
};
|
||||
|
@ -26,6 +26,7 @@
|
|||
};
|
||||
};
|
||||
defaults = {
|
||||
# If the local dns server hasnt started yet, then this will fail for any domain configured with tailscale magic dns
|
||||
dnsResolver = "1.1.1.1:53";
|
||||
};
|
||||
acceptTerms = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue