{ 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" ]; }; }