put everything in configuration.nix possible.
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 8m51s

This commit is contained in:
Ingolf Wagner 2024-07-22 18:00:31 +02:00
parent 6ec3819bfc
commit 5063b12521
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -259,7 +259,21 @@
nix.settings.max-jobs = 1;
# no channesl needed this way
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
# documentation
# =============
documentation.nixos.enable = true;
#documentation.nixos.includeAllModules = true; # fixme : not working (see down there)
documentation.nixos.options.warningsAreErrors = false; # todo make this true again
documentation.nixos.extraModules = [
./components
inputs.clan-core.nixosModules.clanCore
# inputs.stylix.nixosModules.stylix # fixme: not working
permown.nixosModules.permown
kmonad.nixosModules.default
home-manager.nixosModules.home-manager
# retiolum.nixosModules.retiolum # fixme: not working
];
boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10;
boot.loader.generic-extlinux-compatible.configurationLimit = lib.mkDefault 10;