Misc changes
This commit is contained in:
parent
05c5bee0ea
commit
62a859ee8a
5 changed files with 27 additions and 23 deletions
|
@ -3,7 +3,10 @@
|
|||
imports = [ ./gc ];
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue