mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
uhh, also that
This commit is contained in:
parent
0fe120fe32
commit
cd2b150ca6
1 changed files with 2 additions and 7 deletions
|
|
@ -32,13 +32,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
services.thermald = let
|
||||
cfg_file = pkgs.writeTextFile {
|
||||
name = "cfg";
|
||||
text = (builtins.readFile ./kaede-thermald.xml);
|
||||
};
|
||||
in {
|
||||
services.thermald = {
|
||||
enable = true;
|
||||
configFile = "${cfg_file}";
|
||||
configFile = "${./kaede-thermald.xml}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue