firefox sync
This commit is contained in:
parent
7bc095fcea
commit
42ff53de0f
8 changed files with 54 additions and 38 deletions
|
|
@ -6,16 +6,16 @@
|
|||
services = {
|
||||
nginx = {
|
||||
enable = true;
|
||||
defaultListen = [
|
||||
{
|
||||
addr = var.wg.ips.roam;
|
||||
ssl = true;
|
||||
}
|
||||
];
|
||||
virtualHosts."roam.lan" = {
|
||||
virtualHosts.default = {
|
||||
serverName = "_";
|
||||
default = true;
|
||||
rejectSSL = true;
|
||||
locations."/".return = "444";
|
||||
};
|
||||
virtualHostsPriv."roam.lan" = {
|
||||
locations."/" = { };
|
||||
};
|
||||
virtualHostsPub."roam.hdohmen.de" = {
|
||||
virtualHosts."roam.hdohmen.de" = {
|
||||
enableACME = true;
|
||||
locations."/" = { };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue