diff options
| author | Baitinq <[email protected]> | 2022-06-28 12:13:44 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-28 12:13:44 +0200 |
| commit | 4fa0c3281cebdc23fa8636f1c93d4c469cb75d54 (patch) | |
| tree | d972ed11286ea816cbebe5cdb5f6577089a60852 /hosts/luna | |
| parent | Move nix-index database to /etc/nix-index (diff) | |
| download | nixos-config-4fa0c3281cebdc23fa8636f1c93d4c469cb75d54.tar.gz nixos-config-4fa0c3281cebdc23fa8636f1c93d4c469cb75d54.tar.bz2 nixos-config-4fa0c3281cebdc23fa8636f1c93d4c469cb75d54.zip | |
Luna: Add dmidecode system package
Diffstat (limited to 'hosts/luna')
| -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 ]; |