mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
turn off nix build logs
This commit is contained in:
parent
2406a698c6
commit
0822cce8b6
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,6 @@
|
||||||
|
|
||||||
security.sudo.extraConfig = "Defaults lecture=never";
|
security.sudo.extraConfig = "Defaults lecture=never";
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [ "e /nix/var/log - - - 30d" ];
|
|
||||||
|
|
||||||
systemd.oomd.enable = false; # using earlyoom
|
systemd.oomd.enable = false; # using earlyoom
|
||||||
|
|
||||||
zramSwap.enable = lib.mkDefault true;
|
zramSwap.enable = lib.mkDefault true;
|
||||||
|
@ -54,6 +52,7 @@
|
||||||
nixPath = [ "nixpkgs=flake:nixpkgs" ];
|
nixPath = [ "nixpkgs=flake:nixpkgs" ];
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
keep-build-log = false
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue