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;
|
||||
};
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
#./backup.nix #TODO: Extract applications from desktop role
|
||||
|
||||
../../hardware/amd-board.nix
|
||||
../../hardware/ecc-memory.nix
|
||||
|
||||
../../defaults/base
|
||||
../../defaults/cifs-auth-fix
|
||||
|
|
Loading…
Add table
Reference in a new issue