diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 313df28..ea99ffa 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -97,7 +97,6 @@ # no need to redefine it in your config for now) # media-session.enable = true; }; - sops.defaultSopsFile = ./secrets.yaml; home-manager.useGlobalPkgs = true; home-manager.users.john.imports = with inputs.self.modules.homeManager; [ @@ -109,5 +108,6 @@ mysops.hostSecretFile = "${config.home.homeDirectory}/dendritic/modules/hosts/john-p14s/secrets.yaml"; }) ]; + sops.defaultSopsFile = ./secrets.yaml; }; }