disable includeAllModules again (builds take too long)

This commit is contained in:
lassulus 2021-12-08 13:15:26 +01:00
parent 0d329f970b
commit 8756011d2d
2 changed files with 0 additions and 4 deletions

View File

@ -61,9 +61,6 @@ with import <stockholm/lib>;
config.krebs.users.tv.pubkey
];
# enable documentation for our modules
documentation.nixos.includeAllModules = true;
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "17.03";
}

View File

@ -215,7 +215,6 @@ with import <stockholm/lib>;
noipv4ll
'';
documentation.nixos.includeAllModules = true;
# use 24:00 time format, the default got sneakily changed around 20.03
i18n.defaultLocale = mkDefault "C.UTF-8";