This commit is contained in:
iFargle 2023-07-02 19:24:41 +09:00
parent 53d0d23051
commit 9d7dd35402

View file

@ -52,6 +52,7 @@
# Declare a generic configuration using the $hostname variable: # Declare a generic configuration using the $hostname variable:
${hostname} = lib.nixosSystem { ${hostname} = lib.nixosSystem {
inherit system; inherit system;
specialArgs = { inherit inputs; };
modules = [ modules = [
# Configuration Imports # Configuration Imports
./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration ./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration