common/userborn: init

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-15 01:46:52 +01:00
parent ace351c0a7
commit bdfb7384c2
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 5 additions and 0 deletions

@ -19,6 +19,7 @@
./services/postfix.nix
./services/smartd.nix
./services/thermald.nix
./services/userborn.nix
];
boot.tmp.cleanOnBoot = lib.mkDefault true;

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