nix: auto-optimise-store

This commit is contained in:
Trolli Schmittlauch 2025-11-26 14:21:03 +01:00
parent ff88fe87c0
commit 93236c3804

View file

@ -29,6 +29,7 @@ in
];
# use all cores for building
cores = 0;
auto-optimise-store = true;
};
# TODO: manage access token with sops instead of manual deployment
# permissions: needs to be readable by the user invoking nix and root (for nix daemon)