speed up nixos-rebuild

This commit is contained in:
William 2024-12-03 15:13:26 -03:00
parent b93a6d5047
commit 82c16fc5e9
2 changed files with 7 additions and 2 deletions

View file

@ -17,5 +17,12 @@
}; };
}; };
nixpkgs.config = {
allowUnfree = true;
enableParallelBuilding = true;
buildManPages = false;
buildDocs = false;
};
system.stateVersion = "22.11"; system.stateVersion = "22.11";
} }

View file

@ -1,8 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
agenix agenix
bind bind