Compare commits

...

2 commits

Author SHA1 Message Date
sid
5b7caf367d update synix input
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 18s
Flake check / flake-check (pull_request) Successful in 20s
2026-03-01 16:16:07 +01:00
sid
afe263680b fix miniflux reverse proxy 2026-02-27 22:26:41 +01:00
4 changed files with 6 additions and 5 deletions

8
flake.lock generated
View file

@ -2520,11 +2520,11 @@
"stylix": "stylix_3"
},
"locked": {
"lastModified": 1772226758,
"narHash": "sha256-k4lBb2BQVT+ss55hdbn0WrCmbQYpFLzuqFIlWaQ8UYs=",
"lastModified": 1772378081,
"narHash": "sha256-VbrtYK5QnMt6VSPbaEJSK+YXYBzDJyhqd9oL3QXsYvg=",
"ref": "release-25.11",
"rev": "aea241d6103a3502dc57b7259439fb0295dbc416",
"revCount": 6,
"rev": "31f195ff89880846d296495ebf605ef603973943",
"revCount": 8,
"type": "git",
"url": "https://git.sid.ovh/sid/synix.git"
},

View file

@ -7,6 +7,7 @@
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";

View file

@ -10,7 +10,6 @@
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;

View file

@ -31,6 +31,7 @@ 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 {