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