From 584bdd0df05ed227ed2367f5c20a3b078300cc90 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 18 Dec 2022 19:09:23 +0100 Subject: [PATCH] hosts: correct agenix pkg --- hosts/configuration_server.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/configuration_server.nix b/hosts/configuration_server.nix index be8d40b..988c0c6 100644 --- a/hosts/configuration_server.nix +++ b/hosts/configuration_server.nix @@ -10,7 +10,7 @@ # └─ default.nix # -{ config, lib, pkgs, inputs, user, location, ... }: +{ config, lib, pkgs, inputs, user, location, agenix, ... }: { imports = # Import window or display manager. @@ -85,7 +85,7 @@ lm_sensors bind dig - agenix + agenix.defaultPackage.x86_64-linux ]; };