Nix: auto optimise store
This commit is contained in:
parent
73a1fa2f84
commit
f4bb46fb28
3 changed files with 3 additions and 4 deletions
|
|
@ -5,6 +5,9 @@
|
|||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
registry = {
|
||||
agenix = {
|
||||
from = { id = "agenix"; type = "indirect"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue