remove agenix reference

This commit is contained in:
Jermeiah S 2025-06-14 07:54:58 -04:00
parent 3f7b1c5380
commit a14933388b
No known key found for this signature in database

View file

@ -5,7 +5,6 @@ let
deploy-rs
nixpkgs
nixos-anywhere
agenix
;
inherit (nixpkgs) lib;
@ -30,11 +29,11 @@ in
{
apps = rec {
default = deploy;
secrets = {
type = "app";
program = "${agenix.packages.${system}.agenix}/bin/agenix";
meta.description = "";
};
# secrets = {
# type = "app";
# program = "${agenix.packages.${system}.agenix}/bin/agenix";
# meta.description = "";
# };
install = {
type = "app";
program = "${nixos-anywhere.packages.${system}.nixos-anywhere}/bin/nixos-anywhere";