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:
parent
72a135b093
commit
0ca0b91088
4 changed files with 85 additions and 0 deletions
|
|
@ -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'.
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue