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";