Removed a wallpaper. Changed some ports for podman since it was overlapping and causing some stupid issue
Some checks failed
/ Check formatting (push) Failing after 1m48s
Some checks failed
/ Check formatting (push) Failing after 1m48s
This commit is contained in:
parent
732d7e99ce
commit
84d04aab93
2 changed files with 2 additions and 5 deletions
|
@ -103,7 +103,7 @@
|
||||||
image = "adminer:latest";
|
image = "adminer:latest";
|
||||||
ports = [
|
ports = [
|
||||||
"5433:8080"
|
"5433:8080"
|
||||||
"5434:53"
|
"5434:8081"
|
||||||
];
|
];
|
||||||
dependsOn = ["postgres"];
|
dependsOn = ["postgres"];
|
||||||
};
|
};
|
||||||
|
|
|
@ -35,9 +35,6 @@
|
||||||
twirly-bh.url = "https://w.wallhaven.cc/full/l8/wallhaven-l8v7kq.jpg";
|
twirly-bh.url = "https://w.wallhaven.cc/full/l8/wallhaven-l8v7kq.jpg";
|
||||||
twirly-bh.hash = "sha256-on/wIsdUgKSgl9o/jwKu/Rk2ehK9JgDBoGji+QH5b5s=";
|
twirly-bh.hash = "sha256-on/wIsdUgKSgl9o/jwKu/Rk2ehK9JgDBoGji+QH5b5s=";
|
||||||
|
|
||||||
game-of-destiny.url = "https://static.wikia.nocookie.net/lord-of-the-mystery/images/2/23/The_Game_of_Destiny_-_Amon.jpg/revision/latest?cb=20230106124746";
|
|
||||||
game-of-destiny.hash = "sha256-tfa4wBwxpgQcxI7q63OTH47akeP9h1+2KBipakwZJCM=";
|
|
||||||
|
|
||||||
dynasty.url = "https://w.wallhaven.cc/full/m9/wallhaven-m9mevm.jpg";
|
dynasty.url = "https://w.wallhaven.cc/full/m9/wallhaven-m9mevm.jpg";
|
||||||
dynasty.hash = "sha256-6XLWXF1a2HxhOLCMMKwQD1MUI7h1okJRg4OxNx2X8s4=";
|
dynasty.hash = "sha256-6XLWXF1a2HxhOLCMMKwQD1MUI7h1okJRg4OxNx2X8s4=";
|
||||||
|
|
||||||
|
@ -79,7 +76,7 @@ in {
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
capsaicin.modules = [
|
capsaicin.modules = [
|
||||||
wallpapers.game-of-destiny
|
wallpapers.dynasty
|
||||||
];
|
];
|
||||||
menthol.modules = [
|
menthol.modules = [
|
||||||
wallpapers.ludwig
|
wallpapers.ludwig
|
||||||
|
|
Loading…
Reference in a new issue