chore: move agenix

This commit is contained in:
Ahwx 2025-07-27 11:00:42 +02:00
parent 8c174b1e46
commit 6a8c0a82b0

View file

@ -1,4 +1,12 @@
{ config, pkgs, lib, inputs, ... }:{
{
config,
system,
pkgs,
lib,
inputs,
...
}:
{
environment.systemPackages = [
inputs.agenix.packages."${system}".default
];