test
This commit is contained in:
parent
ef74cadfd0
commit
db7b35aa31
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
nixosConfigurations = {
|
||||
# Declare a generic configuration using the $hostname variable:
|
||||
${hostname} = lib.nixosSystem {
|
||||
inherit master unstable system;
|
||||
inherit system;
|
||||
modules = [
|
||||
# Configuration Imports
|
||||
./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration
|
||||
|
|
Loading…
Reference in a new issue