Make pkgsets accessible to service configurations.

This commit is contained in:
Kevin Baensch 2019-10-11 20:51:46 +02:00
parent 206c2e42af
commit cc21ece351
7 changed files with 29 additions and 35 deletions

View file

@ -10,7 +10,5 @@
networking.dhcpcd.extraConfig = "noarp";
environment.systemPackages = with pkgs; [ xdiskusage ];
system.stateVersion = "19.09";
}