test
This commit is contained in:
parent
cd1829b8b6
commit
0e1e7a6b6b
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
# Hardware Configuration
|
# Hardware Configuration
|
||||||
./laptop/lenovo-p1.nix
|
./hardware/lenovo-p1.nix
|
||||||
|
|
||||||
# SecureBoot Configuration
|
# SecureBoot Configuration
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
# Hardware Configuration
|
# Hardware Configuration
|
||||||
./desktop/desktop.nix
|
./hardware/desktop.nix
|
||||||
|
|
||||||
# SecureBoot Configuration
|
# SecureBoot Configuration
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
|
|
Loading…
Reference in a new issue