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;
};
}

View file

@ -7,6 +7,7 @@
#./backup.nix #TODO: Extract applications from desktop role #./backup.nix #TODO: Extract applications from desktop role
../../hardware/amd-board.nix ../../hardware/amd-board.nix
../../hardware/ecc-memory.nix
../../defaults/base ../../defaults/base
../../defaults/cifs-auth-fix ../../defaults/cifs-auth-fix