common/uptimed: init

This commit is contained in:
2024-12-02 08:20:57 +01:00
parent 967d92ae48
commit 32077bf639
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;
}