From 3939348e1b54cb79e8f4ec9ec3a4ab3d0443447a Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:32:03 +0200 Subject: [PATCH] Update --- flake.nix | 1 + hosts/modules/server/sops.nix | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a2d1de2..ba4f6a0 100644 --- a/flake.nix +++ b/flake.nix @@ -56,6 +56,7 @@ { nixpkgs.overlays = [ nur.overlay ]; _module.args = { inherit inputs; }; + specialArgs = { inherit inputs; }; home-manager = { useGlobalPkgs = true; useUserPackages = true; diff --git a/hosts/modules/server/sops.nix b/hosts/modules/server/sops.nix index 734d865..70720c9 100644 --- a/hosts/modules/server/sops.nix +++ b/hosts/modules/server/sops.nix @@ -1,4 +1,6 @@ -{ inputs, ... }: { +{ pkgs, inputs, config, ... }: { + + imports = [ inputs.sops-nix.nixosModules.sops ]; sops = { age.keyFile = "/home/hadi/.config/sops/age/keys.txt";