nix: misc changes

This commit is contained in:
notohh 2023-05-14 10:15:47 -04:00
parent 10277bb8bb
commit e453933e08
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -12,7 +12,6 @@
nix = {
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
warn-dirty = false
'';
gc = {
@ -21,10 +20,12 @@
options = "--delete-older-than 7d";
};
settings = {
extra-experimental-features = ["flakes" "nix-command"];
auto-optimise-store = true;
builders-use-substitutes = true;
keep-derivations = true;
keep-outputs = true;
allowed-users = ["@wheel"];
trusted-users = ["root" "@wheel"];
substituters = [
"https://hyprland.cachix.org"