From 12e8e9e87094151b69600237557cc3154eac15e4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:36:42 +0200 Subject: [PATCH] Update --- hosts/modules/server/sops.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/modules/server/sops.nix b/hosts/modules/server/sops.nix index 8156d06..9c7bd52 100644 --- a/hosts/modules/server/sops.nix +++ b/hosts/modules/server/sops.nix @@ -1,6 +1,6 @@ -{ inputs, ... }: { +{ sops-nix, ... }: { - imports = [ inputs.sops-nix.nixosModules.sops ]; + imports = [ sops-nix.nixosModules.sops ]; sops = { age.keyFile = "/home/hadi/.config/sops/age/keys.txt";