From 24d2bde205f614f3c6a873d162acfbaedebb1766 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 18:40:59 +0900 Subject: [PATCH] test --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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