test
This commit is contained in:
parent
dbe9ad08da
commit
24d2bde205
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue