dotfiles/hardware/ecc-memory.nix
2022-01-03 12:30:53 +01:00

3 lines
88 B
Nix

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