feat: rekey all secrets, litterbox!

This commit is contained in:
Kat Inskip 2024-09-02 20:19:52 -07:00
parent 1ddefe0513
commit a8ee040199
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
30 changed files with 2250 additions and 1539 deletions

View file

@ -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 ];
}