Replace agenix with sops-nix

This commit is contained in:
Pim Kunis 2024-06-15 16:20:03 +02:00
parent 80530d6290
commit 03608f96d7
5 changed files with 83 additions and 85 deletions

View file

@ -18,12 +18,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.3.0";
inputs.nixpkgs.follows = "nixpkgs";
@ -39,6 +33,11 @@
url = "https://github.com/NixOS/nixos-artwork.git";
flake = false;
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =