1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-16 05:51:08 +01:00

sctd: add module

This adds a module for enabling the `sctd` daemon, as well as setting
the preferred base temperature.
This commit is contained in:
Kylie McClain 2022-05-18 21:46:53 -04:00 committed by Robert Helgesson
parent 72a135b093
commit 0ca0b91088
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
4 changed files with 85 additions and 0 deletions

View file

@ -575,6 +575,14 @@ in
A new module is available: 'programs.pistol'.
'';
}
{
time = "2022-06-26T19:29:25+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'services.sctd'.
'';
}
];
};
}