Compare commits

..

No commits in common. "e91b21b183d5fb706c8cd3614d3206080a354b2f" and "1682f0a52bac7fb34f9f19bcb6e44931f7d70911" have entirely different histories.

4 changed files with 5 additions and 6 deletions

8
flake.lock generated
View file

@ -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"
},

View file

@ -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";

View file

@ -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;

View file

@ -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 {