aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-08-19 11:01:53 +0200
committerKarel Kočí <cynerd@email.cz>2025-08-19 12:11:35 +0200
commitcb720d62b0915af217851a5a9396b930586f898a (patch)
tree30448de7250b0c259ed603062e61e775f334d566 /nixos/modules
parent51d10fa6886f8dc3a35e0982189ef5a5b319d6fe (diff)
downloadnixos-personal-master.tar.gz
nixos-personal-master.tar.bz2
nixos-personal-master.zip
nixos: tweak Mox's configurationsHEADmaster
Ensure that dm-mod is available and autoscrub BTRFS and limit journald size.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix
index e029058..e6e96a4 100644
--- a/nixos/modules/generic.nix
+++ b/nixos/modules/generic.nix
@@ -37,7 +37,7 @@ in {
kernelPackages = mkOverride 1100 pkgs.linuxPackages_latest;
kernelParams = ["boot.shell_on_fail"];
};
- hardware.enableAllFirmware = true;
+ hardware.enableAllFirmware = mkDefault true;
services.fwupd.enable = mkDefault (pkgs.system == "x86_64-linux");
systemd.oomd.enable = false;