disable includeAllModules again (builds take too long)
This commit is contained in:
parent
0d329f970b
commit
8756011d2d
@ -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";
|
||||
}
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user