mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
flake.nix: add comments
This commit is contained in:
parent
d6def2edc5
commit
86afc41f28
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user