dotfiles/defaults/hardware/ecc-memory.nix

3 lines
88 B
Nix

{ config, lib, pkgs, modulesPath, ... }: {
hardware.rasdaemon = { enable = true; };
}