Add ecc daemon to speer

This commit is contained in:
Fabian Hauser 2022-01-02 01:26:57 +01:00
parent ea8f063600
commit 624b1c0ac2
2 changed files with 6 additions and 0 deletions

5
hardware/ecc-memory.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, modulesPath, ... }: {
hardware.rasdaemon = {
enable = true;
};
}