snowflake/hosts/yuki/services/homarr.nix
notohh 9e87a0efd3
Some checks failed
ci/woodpecker/push/checks Pipeline failed
homarr: bump version
2023-09-16 19:53:21 -04:00

13 lines
292 B
Nix

_: {
virtualisation.oci-containers.containers.homarr = {
image = "ghcr.io/ajnart/homarr:0.13.4";
ports = [
"7575:7575"
];
volumes = [
"/home/notohh/docker/homarr/configs:/app/data/configs"
"/home/notohh/docker/homarr/icons:/app/public/icons"
];
};
}