From 5d8c897b4da88382716758aebbfd276b3069ae33 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 11 Aug 2025 16:18:53 +0200 Subject: [PATCH] update the path to system secrets, still need to fix the home secrets --- modules/nixos/system/security/sops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/system/security/sops/default.nix b/modules/nixos/system/security/sops/default.nix index 1383681..aa64fd4 100644 --- a/modules/nixos/system/security/sops/default.nix +++ b/modules/nixos/system/security/sops/default.nix @@ -15,7 +15,7 @@ in sops = { age.keyFile = "/home/.sops-key.age"; - defaultSopsFile = ../../../../secrets/secrets.yaml; + defaultSopsFile = ../../../../systems/x86_64-linux/${config.networking.hostName}/secrets.yaml; defaultSopsFormat = "yaml"; };