fix(users/flokli/nixos-tvix-cache): drop private bind mounts
The mount didn't get applied for some reason, explicitly configure the path. Change-Id: Ie41eb3c1d5f6416493211fb77709aaeecf61edf0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12924 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI
This commit is contained in:
parent
95e8a0a801
commit
b65d40261b
1 changed files with 1 additions and 4 deletions
|
@ -67,7 +67,7 @@
|
|||
blobservices = {
|
||||
root = {
|
||||
type = "objectstore";
|
||||
object_store_url = "file:///var/lib/nar-bridge/blobs.object_store";
|
||||
object_store_url = "file:///tank/nar-bridge/blobs.object_store";
|
||||
object_store_options = { };
|
||||
};
|
||||
};
|
||||
|
@ -122,8 +122,5 @@
|
|||
|
||||
# twice the normal allowed limit, same as nix-daemon
|
||||
serviceConfig.LimitNOFILE = "1048576";
|
||||
serviceConfig.BindPaths = [
|
||||
"/tank/nar-bridge/blobs.object_store:/var/lib/nar-bridge/blobs.object_store"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue