Clean up config

This commit is contained in:
Yan Lin 2025-09-30 08:04:39 +02:00
parent 8864566ba9
commit a5404d3b91
3 changed files with 7 additions and 29 deletions

View file

@ -16,18 +16,6 @@
};
};
# WebDAV file server
# files = {
# rule = "Host(`files.${config.networking.hostName}.yanlincs.com`)";
# entrypoints = "websecure";
# service = "files";
# tls = {
# certResolver = "cloudflare";
# domains = [{
# main = "*.${config.networking.hostName}.yanlincs.com";
# }];
# };
# };
};
services = {
@ -39,14 +27,6 @@
};
};
# WebDAV file server
# files = {
# loadBalancer = {
# servers = [{
# url = "http://localhost:5009";
# }];
# };
# };
};
};
};