Clean up config
This commit is contained in:
parent
8864566ba9
commit
a5404d3b91
3 changed files with 7 additions and 29 deletions
|
|
@ -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";
|
||||
# }];
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue