Agenix + cpufreq

This commit is contained in:
Henry Hiles 2025-03-29 11:38:45 -04:00
commit 696c10f7bc
No known key found for this signature in database
4 changed files with 120 additions and 30 deletions

View file

@ -1,6 +1,10 @@
{pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
wrappers.agenix = {
basePackage = pkgs.agenix-cli;
basePackage = inputs.agenix-cli.packages.${pkgs.system}.default;
env.AGENIX_ROOT.value = let
path = ".agenix.toml";