update the path to system secrets, still need to fix the home secrets

This commit is contained in:
Chris Kruining 2025-08-11 16:18:53 +02:00
parent 3a6672cad9
commit 5d8c897b4d
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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";
};