fix: fmt
Some checks failed
lint / check (push) Successful in 22s
lint / check (pull_request) Successful in 24s
Check meta / check_meta (pull_request) Failing after 27s
build configuration / build_krz01 (pull_request) Failing after 1m30s

This commit is contained in:
Constantin Gierczak--Galle 2024-12-05 10:58:24 +01:00
parent ecb3bf02f5
commit 8445a860c1
No known key found for this signature in database
3 changed files with 1 additions and 4 deletions

View file

@ -11,7 +11,7 @@ lib.extra.mkConfig {
"nginx"
];
extraConfig = {
extraConfig = {
networking = {
firewall.allowedTCPPorts = [
80

View file

@ -1,5 +1,3 @@
{ sources, ... }:
{
services.homebox = {
enable = true;

View file

@ -8,4 +8,3 @@
clientMaxBodySize = "500m";
};
}