chore: use temporary secrets for zackbiene

This commit is contained in:
oddlama 2023-02-20 21:04:15 +01:00
parent df628838bf
commit 056ce8a553
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 2 additions and 1 deletions

View file

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