nix fmt
This commit is contained in:
parent
57aa110347
commit
225e01d935
3 changed files with 31 additions and 34 deletions
|
@ -18,7 +18,10 @@ in
|
|||
settings = {
|
||||
listen = "[::]:8091";
|
||||
api-endpoint = "https://cache.cy7.sh/";
|
||||
allowed-hosts = [ "cache.cy7.sh" "cdn.cy7.sh" ];
|
||||
allowed-hosts = [
|
||||
"cache.cy7.sh"
|
||||
"cdn.cy7.sh"
|
||||
];
|
||||
require-proof-of-possession = false;
|
||||
compression = {
|
||||
type = "none";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue