hosts: correct agenix pkg

This commit is contained in:
Kabbone 2022-12-18 19:09:23 +01:00
parent 02960af7f8
commit 584bdd0df0
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -10,7 +10,7 @@
# └─ default.nix # └─ default.nix
# #
{ config, lib, pkgs, inputs, user, location, ... }: { config, lib, pkgs, inputs, user, location, agenix, ... }:
{ {
imports = # Import window or display manager. imports = # Import window or display manager.
@ -85,7 +85,7 @@
lm_sensors lm_sensors
bind bind
dig dig
agenix agenix.defaultPackage.x86_64-linux
]; ];
}; };