From 61964329fea1d50c1a094f5b0365cb59f2f49dda Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:00:31 -0500 Subject: [PATCH] fix --- modules/hosts/john-pc-ubuntu.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";