1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-13 17:31:23 +02:00
pvv-nixos-config/base/services/userdbd.nix
2025-03-15 01:47:10 +01:00

5 lines
47 B
Nix

{ ... }:
{
services.userdbd.enable = true;
}