common/uptimed: init

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-02 08:20:57 +01:00
parent 967d92ae48
commit 32077bf639
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ in {
./services/resolved.nix
./services/smartd.nix
./services/systemd-lock-handler.nix
./services/uptimed.nix
./services/xserver.nix
];

View File

@ -0,0 +1,4 @@
{ ... }:
{
services.uptimed.enable = true;
}