argononed
This commit is contained in:
@@ -132,6 +132,12 @@
|
||||
inputs.nixpkgs.follows = "pi4-nixpkgs";
|
||||
};
|
||||
|
||||
pi4-argononed = {
|
||||
url = "gitlab:ykis-0-0/argononed/feat/nixos";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
|
||||
#####################################################
|
||||
# Steamdeck #
|
||||
#####################################################
|
||||
@@ -236,6 +242,7 @@
|
||||
|
||||
# Pi4
|
||||
pi4-nixpkgs,
|
||||
pi4-argononed,
|
||||
pi4-home-manager,
|
||||
pi4-impermanence,
|
||||
pi4-nixos-hardware,
|
||||
|
||||
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