From ce756d2f78031fac93e0eaedd6c156f3289ef577 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:44:55 +0200 Subject: [PATCH] Update --- flake.nix | 1 + hosts/modules/server/sops.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a2d1de2..ddeb175 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ jack = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ + inputs.sops-nix.nixosModules.sops ./hosts/server/configuration.nix inputs.home-manager.nixosModules.home-manager { diff --git a/hosts/modules/server/sops.nix b/hosts/modules/server/sops.nix index 70720c9..8156d06 100644 --- a/hosts/modules/server/sops.nix +++ b/hosts/modules/server/sops.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, config, ... }: { +{ inputs, ... }: { imports = [ inputs.sops-nix.nixosModules.sops ];