Skip to content

Commit bbd494b

Browse files
committed
fix: rekey secrets for hp-laptop
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 16e2efb commit bbd494b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Config/Secrets/guestPassword.age

110 Bytes
Binary file not shown.

Config/Secrets/rootPassword.age

110 Bytes
Binary file not shown.

Config/config.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,14 @@ rec {
369369
# Agenix config
370370
# We used system encryption key here since the agenix module for the system doesn't have access to the user's agenix keys.
371371
"wickedwizardPassword.age".publicKeys = [ system.lenovo-laptop.secrets.encryption.key ];
372-
"rootPassword.age".publicKeys = [ system.lenovo-laptop.secrets.encryption.key ];
373-
"guestPassword.age".publicKeys = [ system.lenovo-laptop.secrets.encryption.key ];
372+
"rootPassword.age".publicKeys = [
373+
system.lenovo-laptop.secrets.encryption.key
374+
system.hp-laptop.secrets.encryption.key
375+
];
376+
"guestPassword.age".publicKeys = [
377+
system.lenovo-laptop.secrets.encryption.key
378+
system.hp-laptop.secrets.encryption.key
379+
];
374380
"selfhostedPassword.age".publicKeys = [ system.hp-laptop.secrets.encryption.key ];
375381

376382
# Bitlocker age files

0 commit comments

Comments
 (0)