add agenix
nixos config pipeline / show-flake (push) Successful in 32s
nixos config pipeline / deploy (push) Successful in 49s

This commit is contained in:
smayzy
2025-08-15 13:57:12 +02:00
parent 0275bf10c1
commit 32a46708fb
4 changed files with 152 additions and 11 deletions
+2
View File
@@ -2,6 +2,7 @@
config,
lib,
pkgs,
agenix,
...
}:
let
@@ -30,6 +31,7 @@ in
usbutils
git
unzip
agenix.packages.${system}.default
];
};
}