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:
|
# NixOS Configuration files:
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# Declare the configuration for my laptop
|
# Declare a generic configuration using the $hostname variable:
|
||||||
${hostname} = lib.nixosSystem {
|
${hostname} = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
{ _module.args = inputs; }
|
|
||||||
# Hardware Configuration
|
# Hardware Configuration
|
||||||
./hosts/${hostname}/hardware-configuration.nix
|
./hosts/${hostname}/hardware-configuration.nix
|
||||||
# Extra options for the host configuration
|
|
||||||
|
# Extra options for the host hardware configuration
|
||||||
./hosts/${hostname}/configuration.nix
|
./hosts/${hostname}/configuration.nix
|
||||||
|
|
||||||
# SecureBoot Configuration
|
# SecureBoot Configuration
|
||||||
|
|
Loading…
Reference in a new issue