1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-07-14 00:12:47 +02:00
parent 56c97b3712
commit 3f6dafe073
No known key found for this signature in database
13 changed files with 65 additions and 90 deletions

View file

@ -1,5 +1,5 @@
{
self,
inputs,
attrName,
config,
lib,
@ -10,7 +10,7 @@ let
inherit (config.age) secrets;
in
{
age.secrets.secure-boot.file = self + /secrets/secure-boot/${attrName}.tar.age;
age.secrets.secure-boot.file = inputs.self + /secrets/secure-boot/${attrName}.tar.age;
system.activationScripts.secureboot =
let