update target name in .sops.yaml

This commit is contained in:
Julien Malka
2024-02-17 17:26:38 +01:00
parent e3b2f15a68
commit d92b3a27b3
4 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,6 @@ in
noReplyAddress = "nixos-wiki-no-reply@thalheim.io";
};
sops.defaultSopsFile = ./secrets.yaml;
sops.defaultSopsFile = ./secrets/secrets.yaml;
boot.loader.grub.devices = lib.mkForce [ "/dev/sda" ];
}