diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-28 12:13:44 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-28 12:13:44 +0200 |
commit | bab2c67d0e0880d841299f98f4dd8af7cff4159b (patch) | |
tree | 2045e72fe047c2f7043c3600bc10c2b850a888e9 /hosts | |
parent | Move nix-index database to /etc/nix-index (diff) | |
download | nixos-config-bab2c67d0e0880d841299f98f4dd8af7cff4159b.tar.gz nixos-config-bab2c67d0e0880d841299f98f4dd8af7cff4159b.tar.bz2 nixos-config-bab2c67d0e0880d841299f98f4dd8af7cff4159b.zip |
Luna: Add dmidecode system package
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/luna/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index e8c1800..bfaac26 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -46,6 +46,7 @@ }; environment.systemPackages = with pkgs; [ + dmidecode #needed for updating coreboot bios xf86_input_cmt #chromebook touchpad drivers ]; |