snowflake/hosts/yuki/services/wallos.nix
notohh fa909a2d6f
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
flake.lock: update
firefox: update betterfox

tsuki: add bolt launcher

stylix: disable zellij

yuki: remove twitch miner

yuki: remove twitch miner

pgres: init ec db

yuki: bump docker versions

tsuki: disable waydroid

default: disable helix

default: update default editor

firefox: edit extensions

torrent: bump qbit

services: remove wlsunset
2024-11-12 16:44:37 -05:00

11 lines
401 B
Nix

_: {
virtualisation.oci-containers.containers.wallos = {
image = "bellamy/wallos@sha256:12636976bd9edd52ea1d46f587430b48aa0fe2fed84866052f143ced879c5e72"; #v 2.35.0
ports = ["8282:80"];
volumes = [
"/home/notoh/docker/wallos/db:/var/www/html/db"
"/home/notoh/docker/wallos/logos:/var/www/html/images/uploads/logos"
];
environment = {TZ = "America/New_York";};
};
}