Compare commits

..

1 Commits

Author SHA1 Message Date
adriangl b592f0100a feat: add radicle to bekkalokk
Build topology graph / evals (push) Successful in 2m40s
Eval nix flake / evals (push) Successful in 4m6s
2026-05-31 02:22:24 +02:00
-2
View File
@@ -22,7 +22,6 @@ in {
};
};
};
services.nginx.virtualHosts."${domain}" = {
forceSSL = true;
enableACME = true;
@@ -37,6 +36,5 @@ in {
proxyWebsockets = true;
};
};
networking.firewall.allowedTCPPorts = [ radicalePort ];
}