fix brackets
This commit is contained in:
parent
d3555228be
commit
01fe8b0dcb
1 changed files with 13 additions and 13 deletions
|
@ -84,21 +84,21 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
anubis = {
|
anubis = {
|
||||||
instances.main = {
|
instances.main = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
BIND = anubis-domain-socket;
|
BIND = anubis-domain-socket;
|
||||||
TARGET = "unix://" + blog-domain-socket;
|
TARGET = "unix://" + blog-domain-socket;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
|
||||||
80
|
|
||||||
443
|
|
||||||
5201
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
5201
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue