Compare commits
3 Commits
14513e894a
...
121f7b4f7e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
121f7b4f7e | ||
|
|
ff1d06a513 | ||
|
|
64cf9fa5d5 |
12
flake.lock
generated
12
flake.lock
generated
@ -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": {
|
||||||
|
|||||||
@ -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='[%*]'
|
||||||
|
|||||||
@ -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"
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user