Files
nix-dotfiles/hosts/common/services/nscd.nix

5 lines
49 B
Nix

{ ... }:
{
services.nscd.enableNsncd = true;
}