From 86afc41f280a6df70e2993ce32bfdd9773beb4f5 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 5 Feb 2023 16:27:14 +0800 Subject: [PATCH] flake.nix: add comments --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 5a3d0545..c43ef9bf 100644 --- a/flake.nix +++ b/flake.nix @@ -134,6 +134,9 @@ ++ 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, ... }: { # Some defaults for evaluating modules. _module.check = true;