nixos: system: documentation: fix renamed option
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2026-03-04 22:00:49 +01:00
parent 8103562170
commit b3c0321b40

View file

@ -29,7 +29,10 @@ in
man = {
enable = cfg.man.enable;
generateCaches = true;
cache = {
enable = true;
};
};
nixos.enable = cfg.nixos.enable;