From 865495cc1d3d5f11943eebf8a1b90b41d427b3b0 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 28 Dec 2023 22:22:39 +0100 Subject: [PATCH] Fix again --- nixos/hosts/shodan/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 02be3e6..4cacc6e 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -62,7 +62,7 @@ }; #Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys - sops.defaultSopsFile = ../../secrets/shodan-Lillian.yaml; + sops.defaultSopsFile = ./secrets/sops.yaml; sops.age.keyFile = ./keys.txt; nix = {