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 {
|
||||
inherit system;
|
||||
modules = [
|
||||
{ _module.args = inputs; }
|
||||
# Hardware Configuration
|
||||
./hosts/+"/"+${hostname}+/hardware-configuration.nix
|
||||
./hosts/+"/"+${hostname}+/configuration.nix
|
||||
(./hosts/+("/"+hostname)+/hardware-configuration.nix)
|
||||
(./hosts/+("/"+hostname)+/configuration.nix)
|
||||
# SecureBoot Configuration
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
|
||||
|
|
Loading…
Reference in a new issue