From a68d9b30fc4a5f19f6a96229cb86de5bfd6b480a Mon Sep 17 00:00:00 2001 From: harry123 Date: Fri, 11 Jul 2025 10:38:00 +0200 Subject: [PATCH] added configuration support --- hosts/goober/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/goober/configuration.nix b/hosts/goober/configuration.nix index 4197396..4441303 100644 --- a/hosts/goober/configuration.nix +++ b/hosts/goober/configuration.nix @@ -131,6 +131,8 @@ options = "--delete-older-than 10d"; }; + documentation.dev.enable = true; + # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. #