From c874e62fda8f04627f8d66a08bd5104642f8c293 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 22 Feb 2026 22:42:57 +0100 Subject: [PATCH] update lock & set sops key to pull from /persistent bc linking don't work for that --- nixos/shared/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/shared/default.nix b/nixos/shared/default.nix index 76caf99..544810f 100644 --- a/nixos/shared/default.nix +++ b/nixos/shared/default.nix @@ -15,7 +15,7 @@ #../hosts/${config.networking.hostName}/hardware-configuration.nix ]; sops = { - age.keyFile = "var/secrets/keys.txt"; + age.keyFile = "/persistent/var/secrets/keys.txt"; secrets."lillian-password".neededForUsers = true; defaultSopsFile = ../hosts/${config.networking.hostName}/secrets/sops.yaml;