diff --git a/flake.nix b/flake.nix index f9465f9e..35a1c742 100644 --- a/flake.nix +++ b/flake.nix @@ -52,14 +52,14 @@ # NixOS Configuration files: nixosConfigurations = { - # Declare the configuration for my laptop + # Declare a generic configuration using the $hostname variable: ${hostname} = lib.nixosSystem { inherit system; modules = [ - { _module.args = inputs; } # Hardware Configuration ./hosts/${hostname}/hardware-configuration.nix - # Extra options for the host configuration + + # Extra options for the host hardware configuration ./hosts/${hostname}/configuration.nix # SecureBoot Configuration