From 6022298d8d617489afc7a3a0ef9da86355d451e5 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Wed, 15 Jan 2025 15:47:26 +0000 Subject: [PATCH] Add documentation Signed-off-by: Nikolaos Karaolidis --- .../configs/system/documentation/default.nix | 16 ++++++++++++++++ hosts/eirene/default.nix | 1 + hosts/elara/default.nix | 1 + hosts/installer/default.nix | 1 + 4 files changed, 19 insertions(+) create mode 100644 hosts/common/configs/system/documentation/default.nix diff --git a/hosts/common/configs/system/documentation/default.nix b/hosts/common/configs/system/documentation/default.nix new file mode 100644 index 0000000..ebc7afd --- /dev/null +++ b/hosts/common/configs/system/documentation/default.nix @@ -0,0 +1,16 @@ +{ ... }: +{ + documentation = { + enable = true; + + dev.enable = true; + doc.enable = true; + info.enable = true; + nixos.enable = true; + + man = { + enable = true; + generateCaches = true; + }; + }; +} diff --git a/hosts/eirene/default.nix b/hosts/eirene/default.nix index 4da57d9..da4521a 100644 --- a/hosts/eirene/default.nix +++ b/hosts/eirene/default.nix @@ -13,6 +13,7 @@ ../common/configs/system/brightnessctl ../common/configs/system/btrfs ../common/configs/system/cpu + ../common/configs/system/documentation ../common/configs/system/docker ../common/configs/system/getty ../common/configs/system/git diff --git a/hosts/elara/default.nix b/hosts/elara/default.nix index ab79f24..deb51f0 100644 --- a/hosts/elara/default.nix +++ b/hosts/elara/default.nix @@ -18,6 +18,7 @@ ../common/configs/system/btrfs ../common/configs/system/cloudflared ../common/configs/system/cpu + ../common/configs/system/documentation ../common/configs/system/docker ../common/configs/system/getty ../common/configs/system/git diff --git a/hosts/installer/default.nix b/hosts/installer/default.nix index 16805a1..1f622db 100644 --- a/hosts/installer/default.nix +++ b/hosts/installer/default.nix @@ -11,6 +11,7 @@ ../common/configs/system/boot ../common/configs/system/btrfs + ../common/configs/system/documentation ../common/configs/system/getty ../common/configs/system/git ../common/configs/system/gpg-agent