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