From 5e51b665f58a4452b5996ad0512199fd69a6c8c8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 18:21:05 +0900 Subject: [PATCH] Add sops for secret handling --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2ac80d71..57d971cf 100644 --- a/flake.nix +++ b/flake.nix @@ -24,11 +24,12 @@ nur.url = "github:nix-community/NUR"; # Encrypted secrets in Nix configuration files - agenix.url = "github:ryantm/agenix"; + # https://github.com/Mic92/sops-nix + sops-nix.url = "github:Mic92/sops-nix"; }; - outputs = { nixpkgs, home-manager, lanzaboote, moz_overlay, nur, ... }@inputs: + outputs = { nixpkgs, home-manager, lanzaboote, moz_overlay, nur, sops-nix, ... }@inputs: let # Variables - Remember to set these hostname = "nixos-laptop";