mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -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
|
services.thermald = {
|
||||||
cfg_file = pkgs.writeTextFile {
|
|
||||||
name = "cfg";
|
|
||||||
text = (builtins.readFile ./kaede-thermald.xml);
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
configFile = "${cfg_file}";
|
configFile = "${./kaede-thermald.xml}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue