From f868a937d5e60bf83bcee597cf0cc6621c6ffe70 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:50:36 +0200 Subject: [PATCH] Update --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index a2d1de2..4588051 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,7 @@ modules = [ ./hosts/server/configuration.nix inputs.home-manager.nixosModules.home-manager + inputs.sops-nix.nixosModules.sops { nixpkgs.overlays = [ nur.overlay ]; _module.args = { inherit inputs; };