diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-01 22:04:58 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-01 22:04:58 +0900 |
| commit | ec33061c925f0f02897158db2b21a7ebfee71cc6 (patch) | |
| tree | 6394638ecd200c42df8c1b051d246a0a18b0deff /nixos.nix | |
| parent | af0899de9640b4336050b07b739818fdc3add08b (diff) | |
nix: remove nscd cover
This is a pd workaround that does nothing in the nixos module.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -175,7 +175,6 @@ in ++ optionals app.useCommonPaths cfg.commonPaths ++ app.extraPaths; auto_etc = true; - cover = [ "/var/run/nscd" ]; symlink = [ [ |
