common: use nsncd instead of nscd

This commit is contained in:
2025-10-28 11:52:49 +09:00
parent 5d866049a0
commit a3542e6a6c
2 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ in {
./services/locate.nix
./services/logind.nix
./services/nixseparatedebuginfod.nix
./services/nscd.nix
./services/openssh.nix
./services/pcscd.nix
./services/pipewire.nix

View File

@@ -0,0 +1,4 @@
{ ... }:
{
services.nscd.enableNsncd = true;
}