From 8391ef801c109c16a96773a0b8dd7b458e08b3b2 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 31 Jan 2025 09:45:14 -0600 Subject: [PATCH] is sops essential? --- modules/essentials.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/essentials.nix b/modules/essentials.nix index 59df81e..7c6d078 100644 --- a/modules/essentials.nix +++ b/modules/essentials.nix @@ -25,6 +25,7 @@ (flake.pkg "self") pkgs.nix-output-monitor + sops ]; nixpkgs.config.allowUnfree = true;