summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-26 14:24:46 +0100
committerRory& <root@rory.gay>2025-12-26 14:24:46 +0100
commit660b467855f44bf7d43ee7dfa24f91ff51c6a852 (patch)
tree5247af2f30b9d4b594ead6b281e459da38afbd10
parentnix: allow ints in env (diff)
downloadserver-ts-660b467855f44bf7d43ee7dfa24f91ff51c6a852.tar.xz
nix: fix env name
-rw-r--r--nix/modules/default/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/default/default.nix b/nix/modules/default/default.nix

index dcc1db76..cee3c65a 100644 --- a/nix/modules/default/default.nix +++ b/nix/modules/default/default.nix
@@ -232,7 +232,7 @@ in // ( if cfg.cdnPath != null then { - CDN_PATH = cfg.cdnPath; + STORAGE_LOCATION = cfg.cdnPath; } else { }