From 99b612d268b10fe0ddf2c80fc4b183c47deb1480 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:30:45 +0400 Subject: [PATCH] attempt setting up secrets for sakotop #1 --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 1d120a40..3e4fed6c 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,7 @@ modules = [ ./default.nix ./hosts/sakotop/configuration.nix + sops-nix.nixosModules.sops ]; }; sakopc = nixpkgs.lib.nixosSystem {