blob: 98148725c3014abcfa2d131ed321acdbf51ac592 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
virtualisation.oci-containers.containers.pounce = {
image = "fuwn/pounce";
autoStart = true;
ports = [ "6697:6697" ];
volumes = [ "/mnt/docker/pounce:/root/.config/pounce" ];
environment.USER = "fuwn";
extraOptions = [ "--restart=on-failure" ];
};
}
|