Enabling nginx and removing inexistant secret

coturn
Lyes Saadi 2026-08-02 19:18:54 +02:00
parent 6669768628
commit 7c9e41b5eb
No known key found for this signature in database
GPG Key ID: 55A1D803917CF39A
2 changed files with 2 additions and 7 deletions

View File

@ -26,5 +26,7 @@
resticClient.when = "06:07";
};
services.nginx.enable = true;
system.stateVersion = "26.05";
}

View File

@ -112,11 +112,4 @@ in
proxyWebsockets = true;
};
};
age.secrets = {
autofocus-config = {
file = ../../../secrets/zora/services/autofocus-config.age;
mode = "444";
};
};
}