test
This commit is contained in:
parent
53d0d23051
commit
9d7dd35402
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue