From adbbcec22c2d7477e6116ab6b1bd6df8a070f683 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:52:46 +0200 Subject: [PATCH] Update --- flake.nix | 1 - hosts/modules/server/sops.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4588051..a2d1de2 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,6 @@ modules = [ ./hosts/server/configuration.nix inputs.home-manager.nixosModules.home-manager - inputs.sops-nix.nixosModules.sops { nixpkgs.overlays = [ nur.overlay ]; _module.args = { inherit inputs; }; diff --git a/hosts/modules/server/sops.nix b/hosts/modules/server/sops.nix index b2f3ce8..8156d06 100644 --- a/hosts/modules/server/sops.nix +++ b/hosts/modules/server/sops.nix @@ -1,6 +1,6 @@ { inputs, ... }: { - imports = [ inputs.sops-nix.nixosModule.sops ]; + imports = [ inputs.sops-nix.nixosModules.sops ]; sops = { age.keyFile = "/home/hadi/.config/sops/age/keys.txt";