uhh, also that

This commit is contained in:
kat witch 2020-12-08 17:43:09 +00:00 committed by kat
parent 0fe120fe32
commit cd2b150ca6

View file

@ -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}";
}; };
} }