test
This commit is contained in:
parent
4393f0c59e
commit
ce67b5f1bc
1 changed files with 3 additions and 2 deletions
|
@ -57,9 +57,10 @@
|
||||||
nixos-p1 = lib.nixosSystem {
|
nixos-p1 = 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)
|
||||||
./hosts/+"/"+${hostname}+/configuration.nix
|
(./hosts/+("/"+hostname)+/configuration.nix)
|
||||||
# SecureBoot Configuration
|
# SecureBoot Configuration
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue