forked from DGNum/infrastructure
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:
parent
1f9f56ac91
commit
fe52f0ebe2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in
|
|||
|
||||
inherit url;
|
||||
|
||||
storePath = "/data/slow/nix";
|
||||
storePath = "/data/slow";
|
||||
tokenFile = config.age.secrets."forgejo_runners-token_file".path;
|
||||
|
||||
dependencies = [
|
||||
|
|
Loading…
Reference in a new issue