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

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