From 112989b8baa883e0b9f4d88bb9a3229b15784299 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:34:42 +0000 Subject: [PATCH] lets try to configure sops --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index e610bd6d..1d120a40 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,7 @@ nixpkgs, home-manager, NixOS-WSL, + sops-nix, ... } @ inputs: let inherit (self) outputs; @@ -79,6 +80,7 @@ {nix.registry.nixpkgs.flake = nixpkgs;} ./hosts/sakowsl/configuration.nix NixOS-WSL.nixosModules.wsl + sops-nix.nixosModules.sops ]; }; };