forked from mirrors_public/oddlama_nix-config
chore: use temporary secrets for zackbiene
This commit is contained in:
parent
df628838bf
commit
056ce8a553
3 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,6 @@ in {
|
|||
services = {
|
||||
fwupd.enable = true;
|
||||
smartd.enable = true;
|
||||
thermald.enable = true;
|
||||
thermald.enable = builtins.elem config.nixpkgs.system ["x86_64-linux"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue