global/general: properly disable man caches
This commit is contained in:
parent
5f3df0e825
commit
28f18c9a99
2 changed files with 2 additions and 4 deletions
|
@ -39,8 +39,6 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
documentation.man.man-db.enable = false;
|
|
||||||
|
|
||||||
persist = {
|
persist = {
|
||||||
directories = [
|
directories = [
|
||||||
];
|
];
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
# Disable force importing ZFS roots
|
# Disable force importing ZFS roots
|
||||||
boot.zfs.forceImportRoot = false;
|
boot.zfs.forceImportRoot = false;
|
||||||
|
|
||||||
# Disable man-db/man-cache
|
# Disable man cache
|
||||||
# I don't use it, and it takes ages on rebuild
|
# I don't use it, and it takes ages on rebuild
|
||||||
documentation.man.man-db.enable = false;
|
documentation.man.generateCaches = false;
|
||||||
home.programs.man.generateCaches = false;
|
home.programs.man.generateCaches = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue