speed up nixos-rebuild
This commit is contained in:
parent
b93a6d5047
commit
82c16fc5e9
2 changed files with 7 additions and 2 deletions
|
|
@ -17,5 +17,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
enableParallelBuilding = true;
|
||||
buildManPages = false;
|
||||
buildDocs = false;
|
||||
};
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
agenix
|
||||
bind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue