diff --git a/flake.lock b/flake.lock index b25e35b..e6c76b1 100644 --- a/flake.lock +++ b/flake.lock @@ -2520,11 +2520,11 @@ "stylix": "stylix_3" }, "locked": { - "lastModified": 1772378081, - "narHash": "sha256-VbrtYK5QnMt6VSPbaEJSK+YXYBzDJyhqd9oL3QXsYvg=", + "lastModified": 1772226758, + "narHash": "sha256-k4lBb2BQVT+ss55hdbn0WrCmbQYpFLzuqFIlWaQ8UYs=", "ref": "release-25.11", - "rev": "31f195ff89880846d296495ebf605ef603973943", - "revCount": 8, + "rev": "aea241d6103a3502dc57b7259439fb0295dbc416", + "revCount": 6, "type": "git", "url": "https://git.sid.ovh/sid/synix.git" }, diff --git a/flake.nix b/flake.nix index 900b509..8a98b1f 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,6 @@ nixpkgs-old-stable.url = "github:nixos/nixpkgs/nixos-25.05"; synix.url = "git+https://git.sid.ovh/sid/synix.git?ref=release-25.11"; - # synix.url = "git+https://git.sid.ovh/sid/synix.git?ref=develop"; # synix.url = "git+file:///home/sid/src/synix"; synix.inputs.nixpkgs.follows = "nixpkgs"; diff --git a/hosts/rx4/services/open-webui-oci.nix b/hosts/rx4/services/open-webui-oci.nix index c45ded4..f489b18 100644 --- a/hosts/rx4/services/open-webui-oci.nix +++ b/hosts/rx4/services/open-webui-oci.nix @@ -10,6 +10,7 @@ services.open-webui-oci = { enable = true; + version = "v0.8.5"; externalUrl = "https://" + constants.services.open-webui-oci.fqdn; port = 8083; # environmentFile = config.sops.templates."open-webui-oci/environment".path; diff --git a/hosts/sid/services/nginx.nix b/hosts/sid/services/nginx.nix index 58b233c..d6716a0 100644 --- a/hosts/sid/services/nginx.nix +++ b/hosts/sid/services/nginx.nix @@ -31,7 +31,6 @@ in }; virtualHosts."${constants.services.miniflux.fqdn}" = mkVirtualHost { inherit ssl; - address = constants.hosts.rx4.ip; port = constants.services.miniflux.port; }; virtualHosts."${constants.services.netdata.fqdn}" = mkVirtualHost {