Move the public keys out of secrets
This commit is contained in:
parent
df1532ece0
commit
00ab80d1b8
14 changed files with 45 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lanzaboote, ... }:
|
||||
{ agenix, lanzaboote, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware
|
||||
|
@ -13,11 +13,14 @@
|
|||
../../../variables
|
||||
|
||||
# Devices and hardware
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
../../../modules/system/devices
|
||||
../../../modules/system/devices/boot/lanzaboote
|
||||
../../../modules/system/devices/video/nvidia
|
||||
../../../modules/system/devices/networking/firewall/pc
|
||||
|
||||
# Imports
|
||||
agenix.nixosModules.default
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
];
|
||||
|
||||
networking.hostName = "firefly";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue