diff --git a/role/base.nix b/role/base.nix index faeb031..8766d59 100644 --- a/role/base.nix +++ b/role/base.nix @@ -15,7 +15,7 @@ environment.systemPackages = with pkgs; [ wget curl vim tmux git ncat bind - fwupd pciutils dmidecode + fwupd pciutils dmidecode parted ]; services.fwupd.enable = true;