Add fwupd and some system utilites

This commit is contained in:
Fabian Hauser 2020-02-26 20:54:49 +00:00
parent d8402078bd
commit 38017ebcec

View file

@ -12,8 +12,12 @@
environment.systemPackages = with pkgs; [
wget curl vim tmux git ncat bind
fwupd pciutils dmidecode
];
services.fwupd.enable = true;
# Networking
networking.firewall = {
allowPing = true;