Try pre-commit and formatting with alejandra
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-06-05 10:41:53 +02:00
parent 0eb6154c32
commit 32b60f1ff9
16 changed files with 325 additions and 248 deletions

View file

@ -17,14 +17,14 @@ in {
ssl.enable = false;
ssl.termination = true;
net = {
proto= "IPv4";
proto = "IPv4";
listen = "0.0.0.0";
post_allow.host = [ ''192\.168\.1\.[0-9]{1,3}'' ];
lok_allow.host = [ ''192\.168\.1\.[0-9]{1,3}'' ];
post_allow.host = [''192\.168\.1\.[0-9]{1,3}''];
lok_allow.host = [''192\.168\.1\.[0-9]{1,3}''];
};
storage.wopi = {
"@allow" = true;
host = [ "cloud.le43.eu" ];
host = ["cloud.le43.eu"];
};
remote_font_config.url = "https://cloud.le43.eu/apps/richdocuments/settings/fonts.json";
server_name = "collabora.le43.eu";