I am trying rebuild with some flake configurations for copyparty. I am getting this error that I am thinking that it wants me to actually create a volume on the OS to point to but I am not sure. I am using copyparty recommended flake configs. Please let me know if the issue is that I need to create a lvm volume and point it.
error
part of my flake.nix
volumes = {
"/" = {
path = "/srv/copyparty";
access = {
r = "*";
rw = [ "nino" ];
};
