common: use nsncd instead of nscd
This commit is contained in:
@@ -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
|
||||
|
||||
4
hosts/common/services/nscd.nix
Normal file
4
hosts/common/services/nscd.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.nscd.enableNsncd = true;
|
||||
}
|
||||
Reference in New Issue
Block a user