Add parted to base set

This commit is contained in:
Fabian Hauser 2020-02-26 22:02:29 +00:00
parent acfde18601
commit 58ce179e1b

View file

@ -15,7 +15,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget curl vim tmux git ncat bind wget curl vim tmux git ncat bind
fwupd pciutils dmidecode fwupd pciutils dmidecode parted
]; ];
services.fwupd.enable = true; services.fwupd.enable = true;