diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index ea99ffa..019db5d 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -103,9 +103,11 @@ gnome desktop mysops + rebuild ({config, ... }: { my-vscode.enable = true; - mysops.hostSecretFile = "${config.home.homeDirectory}/dendritic/modules/hosts/john-p14s/secrets.yaml"; + mysops.hostSecretFile = "${config.home.homeDirectory}/Documents/dendritic/modules/hosts/john-p14s/secrets.yaml"; + homeManagerFlakeDir = "${config.home.homeDirectory}/Documents/dendritic" }) ]; sops.defaultSopsFile = ./secrets.yaml;