From 5eda449dde16d0b80c3408a3fcb63f5314f2f68d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:34:25 -0500 Subject: [PATCH] formatting --- modules/hosts/john-p14s/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }