Light refactor, enable parallelism for nix building, builders use substitute and make sure darwin has the same benefits as linux
This commit is contained in:
parent
3683e93dbc
commit
1cfdfda52d
3 changed files with 28 additions and 17 deletions
|
|
@ -37,17 +37,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue