Compare commits

..

3 Commits

Author SHA1 Message Date
Jacob Hinkle
121f7b4f7e initExtra -> initContent 2025-09-01 11:15:17 -04:00
Jacob Hinkle
ff1d06a513 Bump open-webui version 2025-09-01 11:15:04 -04:00
Jacob Hinkle
64cf9fa5d5 flake update 2025-09-01 11:14:55 -04:00
3 changed files with 8 additions and 8 deletions

12
flake.lock generated
View File

@ -23,11 +23,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1755330281, "lastModified": 1756245047,
"narHash": "sha256-aJHFJWP9AuI8jUGzI77LYcSlkA9wJnOIg4ZqftwNGXA=", "narHash": "sha256-9bHzrVbjAudbO8q4vYFBWlEkDam31fsz0J7GB8k4AsI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "3dac8a872557e0ca8c083cdcfc2f218d18e113b0", "rev": "a65b650d6981e23edd1afa1f01eb942f19cdcbb7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1756118950, "lastModified": 1756735997,
"narHash": "sha256-4a6FhTr4VcFEqFIUysjmVkRvYslO3RU0ug+XmiGq75E=", "narHash": "sha256-22kDJzOdCpHz54nAgN1uNtQeBDCstsT7UKDkpkSLhiQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "edde2afc1f283db1cd3885392e6102c6d3c2b258", "rev": "17096cea47d8ee98a7b4f53ac844865cbd582bce",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -229,7 +229,7 @@
]; ];
theme = "michelebologna"; # nice clean theme that shows jobs theme = "michelebologna"; # nice clean theme that shows jobs
}; };
initExtra = '' initContent = ''
# michelebologna theme doesn't have an RPROMPT, but I like the one from # michelebologna theme doesn't have an RPROMPT, but I like the one from
# the clean theme # the clean theme
RPROMPT='[%*]' RPROMPT='[%*]'

View File

@ -1,5 +1,5 @@
{ serverIP, serverIP6 } : { { serverIP, serverIP6 } : {
image = "ghcr.io/open-webui/open-webui:0.6.25"; image = "ghcr.io/open-webui/open-webui:0.6.26";
ports = [ ports = [
"8687:8080" "8687:8080"
]; ];