argononed
This commit is contained in:
15
hosts/pi4/argononed.nix
Normal file
15
hosts/pi4/argononed.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ argononed, ... }:
|
||||
{
|
||||
imports = [ "${argononed}/OS/nixos" ];
|
||||
|
||||
services.argonone = {
|
||||
enable = true;
|
||||
logLevel = 4;
|
||||
settings = {
|
||||
fanTemp0 = 36; fanSpeed0 = 10;
|
||||
fanTemp1 = 41; fanSpeed1 = 50;
|
||||
fanTemp2 = 46; fanSpeed2 = 80;
|
||||
hysteresis = 4;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -17,6 +17,7 @@ in
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./adguard.nix
|
||||
./argononed.nix
|
||||
./boot.nix
|
||||
./hardware-configuration.nix
|
||||
./impermanence.nix
|
||||
|
||||
Reference in New Issue
Block a user