From fcc66aec1f91e193b3dbb4d34dcbd469a1ee6389 Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 1 Aug 2025 18:44:25 -0500 Subject: [PATCH] path --- system-config/configuration/homebox/default.nix | 2 +- system-config/configuration/laptop/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index e2f952b..5a83dd1 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -197,7 +197,7 @@ sops = { age.keyFile = "/persist/home/nathan/.config/sops/age/keys.txt"; - defaultSopsFile = ./secrets/secrets.yaml; + defaultSopsFile = ./secrets.yaml; defaultSopsFormat = "yaml"; secrets = { diff --git a/system-config/configuration/laptop/default.nix b/system-config/configuration/laptop/default.nix index 2088f92..7622d8b 100644 --- a/system-config/configuration/laptop/default.nix +++ b/system-config/configuration/laptop/default.nix @@ -198,7 +198,7 @@ sops = { age.keyFile = "/home/nathan/.config/sops/age/keys.txt"; - defaultSopsFile = ./secrets/secrets.yaml; + defaultSopsFile = ./secrets.yaml; defaultSopsFormat = "yaml"; };