diff --git a/modules/hosts/john-pc-ubuntu.nix b/modules/hosts/john-pc-ubuntu.nix index b728024..3110222 100644 --- a/modules/hosts/john-pc-ubuntu.nix +++ b/modules/hosts/john-pc-ubuntu.nix @@ -65,9 +65,9 @@ in }; }; - mysops = { - hostSecretFile = "${config.xdg.configHome}/home-manager/jsl-dendritic/secrets.yaml"; - }; + mysops.hostSecretFile = "${config.xdg.configHome}/home-manager/jsl-dendritic/secrets.yaml"; + sops.defaultSopsFile = "${config.xdg.configHome}/home-manager/jsl-dendritic/secrets.yaml"; + sops.secrets."restic_password/john_ubuntu" = { path = resticPasswordFile; mode = "0400";