snowflake/hosts/yuki/services/homarr.nix
notohh 5735097cd9
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
homarr: bump 0.12.3 -> 0.13.0
2023-07-23 02:59:48 -04:00

13 lines
292 B
Nix

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