From ec33061c925f0f02897158db2b21a7ebfee71cc6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 1 Aug 2025 22:04:58 +0900 Subject: nix: remove nscd cover This is a pd workaround that does nothing in the nixos module. Signed-off-by: Ophestra --- nixos.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos.nix') diff --git a/nixos.nix b/nixos.nix index bda29884..d67d3487 100644 --- a/nixos.nix +++ b/nixos.nix @@ -175,7 +175,6 @@ in ++ optionals app.useCommonPaths cfg.commonPaths ++ app.extraPaths; auto_etc = true; - cover = [ "/var/run/nscd" ]; symlink = [ [ -- cgit v1.3.1