From 985d4e4bfad31026a979faef3b6ac01ccd06b7d2 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 13 Jul 2026 01:53:32 +1000 Subject: [PATCH] updated module paths --- hosts/nix-cache/configuration.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hosts/nix-cache/configuration.nix b/hosts/nix-cache/configuration.nix index b3101be..98689d7 100644 --- a/hosts/nix-cache/configuration.nix +++ b/hosts/nix-cache/configuration.nix @@ -8,8 +8,8 @@ imports = [ # Include the results of the hardware scan. ../../common/configuration.nix - ../../modules/nix/cache-server.nix - ../../modules/nix/beszel-agent.nix + ../../modules/nix-cache/server.nix + ../../modules/beszel/enable-agent.nix ]; networking.hostName = "nix-cache"; # Define your hostname. @@ -21,11 +21,6 @@ KEY = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFPR9kwtC4TAeTRu46A7+opZsYpxqkRJ+x/Zy TOKEN = "c9192e4c-7b5d-4910-8241-c2d68afadbac"; }; -#services.prometheus.exporters.node = { -# enable = true; -# openFirewall = true; -#}; - # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ 80 8080 443 ]; # networking.firewall.allowedUDPPorts = [ ... ];