Skip to content

Commit

Permalink
feat(nix): add nix.optimise.automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Oct 16, 2023
1 parent fa59fff commit 267351f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/system/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
...
}: {
nix = {
settings.auto-optimise-store = true;
extraOptions = ''
experimental-features = nix-command flakes
'';
Expand All @@ -23,6 +22,8 @@
"https://nixpkgs-wayland.cachix.org"
];
};
optimise.automatic = true;
settings.auto-optimise-store = true;
};

nixpkgs.config.allowUnfree = true;
Expand Down

0 comments on commit 267351f

Please sign in to comment.