aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/generic.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-12-08 09:57:18 +0100
committerKarel Kočí <cynerd@email.cz>2022-12-08 09:57:18 +0100
commit7ec62c5c0e7177c06ae21784a9dc256ee3f1a530 (patch)
treebf3e4bd90c69955498da8611e220d78d06a41c74 /nixos/modules/generic.nix
parenta49e6748560b02f1c30e8740b25fe04cf21588b9 (diff)
downloadnixos-personal-7ec62c5c0e7177c06ae21784a9dc256ee3f1a530.tar.gz
nixos-personal-7ec62c5c0e7177c06ae21784a9dc256ee3f1a530.tar.bz2
nixos-personal-7ec62c5c0e7177c06ae21784a9dc256ee3f1a530.zip
nixos: add fwupd and few graphics utilities
Diffstat (limited to 'nixos/modules/generic.nix')
-rw-r--r--nixos/modules/generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix
index 7760470..a396816 100644
--- a/nixos/modules/generic.nix
+++ b/nixos/modules/generic.nix
@@ -38,6 +38,7 @@ in {
boot.kernelPackages = mkOverride 1100 pkgs.linuxPackages_latest;
boot.kernelParams = ["boot.shell_on_fail"];
hardware.enableAllFirmware = true;
+ services.fwupd.enable = true;
nixpkgs.config.allowUnfree = true;