Add ecc daemon to speer
This commit is contained in:
parent
ea8f063600
commit
624b1c0ac2
2 changed files with 6 additions and 0 deletions
5
hardware/ecc-memory.nix
Normal file
5
hardware/ecc-memory.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }: {
|
||||
hardware.rasdaemon = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue