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 = {