Compare commits

..

3 commits

Author SHA1 Message Date
sid
e91b21b183 Merge pull request 'develop' (#3) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 22s
Reviewed-on: #3
2026-03-01 16:17:50 +01:00
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" "stylix": "stylix_3"
}, },
"locked": { "locked": {
"lastModified": 1772226758, "lastModified": 1772378081,
"narHash": "sha256-k4lBb2BQVT+ss55hdbn0WrCmbQYpFLzuqFIlWaQ8UYs=", "narHash": "sha256-VbrtYK5QnMt6VSPbaEJSK+YXYBzDJyhqd9oL3QXsYvg=",
"ref": "release-25.11", "ref": "release-25.11",
"rev": "aea241d6103a3502dc57b7259439fb0295dbc416", "rev": "31f195ff89880846d296495ebf605ef603973943",
"revCount": 6, "revCount": 8,
"type": "git", "type": "git",
"url": "https://git.sid.ovh/sid/synix.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"; 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=release-25.11";
# synix.url = "git+https://git.sid.ovh/sid/synix.git?ref=develop";
# synix.url = "git+file:///home/sid/src/synix"; # synix.url = "git+file:///home/sid/src/synix";
synix.inputs.nixpkgs.follows = "nixpkgs"; synix.inputs.nixpkgs.follows = "nixpkgs";

View file

@ -10,7 +10,6 @@
services.open-webui-oci = { services.open-webui-oci = {
enable = true; enable = true;
version = "v0.8.5";
externalUrl = "https://" + constants.services.open-webui-oci.fqdn; externalUrl = "https://" + constants.services.open-webui-oci.fqdn;
port = 8083; port = 8083;
# environmentFile = config.sops.templates."open-webui-oci/environment".path; # environmentFile = config.sops.templates."open-webui-oci/environment".path;

View file

@ -31,6 +31,7 @@ in
}; };
virtualHosts."${constants.services.miniflux.fqdn}" = mkVirtualHost { virtualHosts."${constants.services.miniflux.fqdn}" = mkVirtualHost {
inherit ssl; inherit ssl;
address = constants.hosts.rx4.ip;
port = constants.services.miniflux.port; port = constants.services.miniflux.port;
}; };
virtualHosts."${constants.services.netdata.fqdn}" = mkVirtualHost { virtualHosts."${constants.services.netdata.fqdn}" = mkVirtualHost {