nixos: system: documentation: fix renamed option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
8103562170
commit
b3c0321b40
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,10 @@ in
|
||||||
|
|
||||||
man = {
|
man = {
|
||||||
enable = cfg.man.enable;
|
enable = cfg.man.enable;
|
||||||
generateCaches = true;
|
|
||||||
|
cache = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos.enable = cfg.nixos.enable;
|
nixos.enable = cfg.nixos.enable;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue