common/userborn: init

This commit is contained in:
2024-12-02 08:22:14 +01:00
parent 32077bf639
commit 430a223a63
2 changed files with 5 additions and 0 deletions

View File

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

View File

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