feat(forgejo-runners): Use /data/slow/nix and not /data/slow/nix/nix

The upstream module should be updated to reflect that, use rootPath
instead of storePath
This commit is contained in:
Tom Hubrecht 2024-11-22 13:04:23 +01:00
parent 1f9f56ac91
commit fe52f0ebe2
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -31,7 +31,7 @@ in
inherit url;
storePath = "/data/slow/nix";
storePath = "/data/slow";
tokenFile = config.age.secrets."forgejo_runners-token_file".path;
dependencies = [