common/userborn: init

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

View File

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

View File

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