From 131141ba00a93de7be7491df3681cbd1f4c39099 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 15 May 2024 11:29:43 -0700 Subject: Fix agenix configuration --- hosts/ginaz/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/ginaz/default.nix') diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 61dbf95..b20c687 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: { +{ agenix, config, pkgs, ... }: { boot = { initrd.kernelModules = [ "amdgpu" "zfs" ]; kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; -- cgit v1.2.3