mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
fix relative url
This commit is contained in:
parent
1b45dd9493
commit
b43032257d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ lib.mkIf config.user.overseer.enable {
|
|||
environmentFile = config.sops.templates."attic-env".path;
|
||||
settings = {
|
||||
listen = "[::]:8080";
|
||||
api-endpoint = "cache.wanderingcrow.net";
|
||||
api-endpoint = "https://cache.wanderingcrow.net/";
|
||||
jwt = {};
|
||||
chunking = {
|
||||
nar-size-threshold = 64 * 1024; # 64 KiB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue