sops not working

This commit is contained in:
2026-03-25 09:57:53 +01:00
parent 097078172e
commit 2c122a248d
9 changed files with 20 additions and 59 deletions

View File

@@ -6,9 +6,9 @@ in
{
# ── Steam & Printer ───────────────────────────────────────────────────
imports = [
./builds/steam/default.nix
./home/extras/printer.nix
./home/extras/sops.nix
./builds/steam.nix
./builds/printer.nix
./builds/sops.nix
];
# ── Use the systemd-boot EFI boot loader. ─────────────────────────────
@@ -99,7 +99,7 @@ in
"render"
"adbusers"
];
hashedPassword = config.sops.secrets.user_password.path;
hashedPassword = config.sops.secrets."user_password".path;
};
};