mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Documentation] Enable nixos documentation for our custom options
This commit is contained in:
parent
84d4ce4873
commit
6a8f225839
1 changed files with 5 additions and 0 deletions
|
|
@ -85,6 +85,11 @@ in
|
|||
system.autoUpgrade.allowReboot = mkIf (!desktopCfg.enable) (mkDefault true);
|
||||
system.autoUpgrade.dates = "00:00";
|
||||
|
||||
documentation.nixos.includeAllModules = true;
|
||||
documentation.nixos.enable = true;
|
||||
documentation.dev.enable = true;
|
||||
documentation.man.generateCaches = true;
|
||||
|
||||
|
||||
nixpkgs.localSystem.system = builtins.currentSystem;
|
||||
nixpkgs.localSystem.platform = lib.systems.platforms.pc // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue