test
This commit is contained in:
parent
a11952a170
commit
4393f0c59e
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
# 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