diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index cb2ef78..e093647 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -106,11 +106,11 @@ rebuild ({config, ... }: { my-vscode.enable = true; - sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"]; mysops.hostSecretFile = "${config.home.homeDirectory}/Documents/dendritic/modules/hosts/john-p14s/secrets.yaml"; homeManagerFlakeDir = "${config.home.homeDirectory}/Documents/dendritic"; }) ]; sops.defaultSopsFile = ./secrets.yaml; + sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"]; }; }