1

Modules: Deprecate agenix module (replace with sops-nix)

This commit is contained in:
2025-07-09 15:29:33 +02:00
parent b05b207462
commit 8fcddf1f37
17 changed files with 61 additions and 186 deletions

View File

@ -25,10 +25,6 @@ with mylib.networking; {
];
modules = {
agenix.secrets.${username} = [
"dockerhub-password"
];
bootloader = {
enable = true;
@ -254,7 +250,7 @@ with mylib.networking; {
usbmuxd
# Secrets handling
inputs.agenix.packages.${system}.default
# inputs.agenix.packages.${system}.default
];
# It is preferred to use the module (if it exists) over environment.systemPackages,