From 0ddc7c08bfa8b15b6d2f90875938edc3db8375b3 Mon Sep 17 00:00:00 2001 From: devhell Date: Wed, 26 Jun 2019 10:40:50 +0100 Subject: {machines,modules}: Split out thermald service Now that my machine landscape also includes AMD, having a blanket `thermald` service running makes no sense. All Intel-based machines now have a `thermald` service explicitly enabled instead. --- machines/devhell/hildr.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/devhell/hildr.nix') diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 6894c461..7df900c9 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -87,6 +87,7 @@ vuizvui.user.devhell.profiles.services.enable = true; services = { + thermald.enable = true; tftpd.enable = false; gnome3.gnome-keyring.enable = true; printing = { -- cgit 1.4.1