global/general: disable man-db
This commit is contained in:
parent
ddcdd51f43
commit
04d8243137
2 changed files with 4 additions and 2 deletions
|
@ -44,8 +44,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
documentation.man.man-db.enable = false;
|
|
||||||
|
|
||||||
nix.settings.accept-flake-config = true;
|
nix.settings.accept-flake-config = true;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
@ -31,4 +31,8 @@
|
||||||
|
|
||||||
# Disable force importing ZFS roots
|
# Disable force importing ZFS roots
|
||||||
boot.zfs.forceImportRoot = false;
|
boot.zfs.forceImportRoot = false;
|
||||||
|
|
||||||
|
# Disable man-db/man-cache
|
||||||
|
# I don't use it, and it takes ages on rebuild
|
||||||
|
documentation.man.man-db.enable = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue