flake.nix: add comments

This commit is contained in:
Gabriel Arazas 2023-02-05 16:27:14 +08:00
parent d6def2edc5
commit 86afc41f28
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -134,6 +134,9 @@
++ extraModules; ++ extraModules;
}; };
# The shared configuration for the entire list of hosts for this cluster.
# Take note to only set as minimal configuration as possible since we're
# also using this with the stable version of nixpkgs.
hostSharedConfig = { config, lib, pkgs, ... }: { hostSharedConfig = { config, lib, pkgs, ... }: {
# Some defaults for evaluating modules. # Some defaults for evaluating modules.
_module.check = true; _module.check = true;