mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: rekey all secrets, litterbox!
This commit is contained in:
parent
1ddefe0513
commit
a8ee040199
30 changed files with 2250 additions and 1539 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{config, ...}: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
relay.enable = true;
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
openDefaultPorts = true;
|
||||
};
|
||||
networking.firewall.interfaces.local.allowedTCPPorts = [ 8384 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue