From 2a07f3e4ba382406684041fb42b95e93381b0eaf Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 3 Dec 2024 11:14:18 -0500 Subject: [PATCH] enable sops for project --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 76445b6..5403e62 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,7 @@ nixvim.url = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix"; alejandra.url = "github:kamadorueda/alejandra/3.1.0"; alejandra.inputs.nixpkgs.follows = "nixpkgs"; + sops-nix.url = "github:Mic92/sops-nix"; }; outputs = inputs: let @@ -29,6 +30,7 @@ modules = [ (./hosts + "/${host}") inputs.home-manager.nixosModules.home-manager + inputs.sops-nix.nixosModules.sops ]; }); in {nixosConfigurations = lib.attrsets.genAttrs ["Parzival" "Parzival-Mobile" "WCE-Overseer"] ns;};