From aa3e8cc26323a1a3d2aab1c11639262d0a77848f Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 19 Aug 2025 22:15:45 -0500 Subject: [PATCH] finally update traefik --- modules/nixos/traefik/default.nix | 2 +- systems/x86_64-linux/desktop/configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nixos/traefik/default.nix b/modules/nixos/traefik/default.nix index 09c27c8..f4b9ddb 100755 --- a/modules/nixos/traefik/default.nix +++ b/modules/nixos/traefik/default.nix @@ -19,7 +19,7 @@ let cacheUrl = "http://${serverIp}:9012"; cloudUrl = "http://${config.containers.nextcloud.localAddress}:80"; giteaUrl = "http://${config.containers.gitea.localAddress}:${toString config.containers.gitea.config.services.gitea.settings.server.HTTP_PORT}"; - hassUrl = "http://homeassistant.local:8123"; + hassUrl = "http://nuc-nixos.local:8123"; immichUrl = "http://${serverIp}:${toString config.services.immich.port}"; jellyfinUrl = "http://${serverIp}:8096"; jellyseerrUrl = "http://${config.containers.jellyseerr.localAddress}:${toString config.containers.jellyseerr.config.services.jellyseerr.port}"; diff --git a/systems/x86_64-linux/desktop/configuration.nix b/systems/x86_64-linux/desktop/configuration.nix index a36fe9f..ebfba82 100755 --- a/systems/x86_64-linux/desktop/configuration.nix +++ b/systems/x86_64-linux/desktop/configuration.nix @@ -84,6 +84,7 @@ in brscan5.enable = false; # extraBackends = [ pkgsVersion.brscan5 ]; }; + flipperzero.enable = true; }; # Common Configuration