dotfiles/hardware/ecc-memory.nix

5 lines
94 B
Nix

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