test
This commit is contained in:
parent
1d9a76af32
commit
a1e9fbc56d
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@
|
||||||
modules = [
|
modules = [
|
||||||
{ _module.args = inputs; }
|
{ _module.args = inputs; }
|
||||||
# Hardware Configuration
|
# Hardware Configuration
|
||||||
(./hosts/+("/"+hostname)+/hardware-configuration.nix)
|
./hosts/${hostname}/hardware-configuration.nix
|
||||||
(./hosts/+("/"+hostname)+/configuration.nix)
|
./hosts/${hostname}/configuration.nix
|
||||||
|
|
||||||
# SecureBoot Configuration
|
# SecureBoot Configuration
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
|
|
Loading…
Reference in a new issue