mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
changed and added scripts
This commit is contained in:
parent
7ce7d951f7
commit
92a800c118
6 changed files with 45 additions and 16 deletions
|
|
@ -10,8 +10,13 @@
|
|||
};
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
settings.auto-optimise-store = true;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
cores = 0;
|
||||
};
|
||||
extraOptions = ''
|
||||
keep-outputs = false
|
||||
keep-derivations = false
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue