Compare commits

..

No commits in common. "121f7b4f7ee7876c0aea5a324230a72ae548633c" and "14513e894a2e56695cf05eab744523e29f5f113f" have entirely different histories.

3 changed files with 8 additions and 8 deletions

12
flake.lock generated
View File

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

View File

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

View File

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