From 0b7a69a0eae91d50e779dc69adeb7bd31d48e3dd Mon Sep 17 00:00:00 2001 From: smad Date: Fri, 24 Oct 2025 13:57:27 +0200 Subject: [PATCH] changed amon --- hosts/worker/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/worker/configuration.nix b/hosts/worker/configuration.nix index 9f6bca7..7487ca2 100644 --- a/hosts/worker/configuration.nix +++ b/hosts/worker/configuration.nix @@ -7,9 +7,9 @@ { imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix + ./hardware-configuration-amon.nix inputs.home-manager.nixosModules.default - ../../modules/nixos/baal.nix + ../../modules/nixos/amon.nix ]; # Bootloader.