fix collabora code service name
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 12s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m46s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 9m31s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 13m10s

This commit is contained in:
ahuston-0 2025-03-18 19:18:02 -04:00
parent b6f2071a91
commit 5b5835e004
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -100,7 +100,7 @@ in
}; };
"docker/collabora" = { "docker/collabora" = {
owner = "www-data"; owner = "www-data";
restartUnits = [ "docker-collabora.service" ]; restartUnits = [ "docker-collabora-code.service" ];
}; };
}; };
}; };