Add fwupd and some system utilites
This commit is contained in:
parent
d8402078bd
commit
38017ebcec
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue