mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 00:18:59 +00:00
flake: remove extra NixOS documentation for nixosConfigurations
They slow down deploying those server systems.
This commit is contained in:
parent
763216c531
commit
a9cb58fd68
@ -20,8 +20,13 @@ in
|
|||||||
modules = [
|
modules = [
|
||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
|
|
||||||
inputs.self.nixosModules.wrapper-manager
|
inputs.self.nixosModules.wrapper-manager
|
||||||
{
|
{
|
||||||
|
documentation.nixos.extraModules = [
|
||||||
|
../../modules/nixos
|
||||||
|
../../modules/nixos/_private
|
||||||
|
];
|
||||||
wrapper-manager.documentation.manpage.enable = true;
|
wrapper-manager.documentation.manpage.enable = true;
|
||||||
wrapper-manager.documentation.extraModules = [
|
wrapper-manager.documentation.extraModules = [
|
||||||
../../modules/wrapper-manager
|
../../modules/wrapper-manager
|
||||||
@ -72,11 +77,6 @@ in
|
|||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
];
|
];
|
||||||
deploy = {
|
|
||||||
hostname = "plover.foodogsquared.one";
|
|
||||||
autoRollback = true;
|
|
||||||
magicRollback = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Remove extra newlines that are here for whatever reason.
|
# TODO: Remove extra newlines that are here for whatever reason.
|
||||||
@ -136,15 +136,6 @@ in
|
|||||||
defaultNixConf
|
defaultNixConf
|
||||||
../../modules/nixos/profiles/generic.nix
|
../../modules/nixos/profiles/generic.nix
|
||||||
../../modules/nixos/profiles/nix-conf.nix
|
../../modules/nixos/profiles/nix-conf.nix
|
||||||
|
|
||||||
{
|
|
||||||
config.documentation.nixos = {
|
|
||||||
extraModules = [
|
|
||||||
../../modules/nixos
|
|
||||||
../../modules/nixos/_private
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user