fixes
This commit is contained in:
parent
2de311ffc6
commit
55cc5eedd5
4 changed files with 12 additions and 10 deletions
|
|
@ -19,14 +19,9 @@
|
|||
secrets = config.age.secrets.roam-firefox-sync-secret.path;
|
||||
singleNode = {
|
||||
enable = true;
|
||||
hostname = "fx-sync.lan";
|
||||
enableTLS = false;
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHostsPriv."fx-sync.lan" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.firefox-syncserver.settings.port}";
|
||||
recommendedProxySettings = true;
|
||||
hostname = "firefox-syncserver.roam.hdohmen.de";
|
||||
enableNginx = true;
|
||||
enableTLS = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue