From 50141d76a2b3291daf294aeb10841f78dd096475 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:20:15 -0500 Subject: [PATCH] moved sops import --- modules/home-manager/profiles/base.nix | 1 - modules/hosts/john-pc-ubuntu.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/profiles/base.nix b/modules/home-manager/profiles/base.nix index 5390864..09e2332 100644 --- a/modules/home-manager/profiles/base.nix +++ b/modules/home-manager/profiles/base.nix @@ -5,7 +5,6 @@ imports = with inputs.self.homeModules; [ rebuild ssh - sops git shell-tools ]; diff --git a/modules/hosts/john-pc-ubuntu.nix b/modules/hosts/john-pc-ubuntu.nix index 6de7fb5..928f5c0 100644 --- a/modules/hosts/john-pc-ubuntu.nix +++ b/modules/hosts/john-pc-ubuntu.nix @@ -5,6 +5,7 @@ john desktop resticprofile + sops ]; home.packages = with pkgs; [