nixos/onlyoffice: add simple test (#462114)

This commit is contained in:
Arnout Engelen
2025-11-16 21:29:47 +00:00
committed by GitHub
4 changed files with 34 additions and 0 deletions

View File

@@ -330,6 +330,7 @@ in
after = [
"network.target"
"postgresql.target"
"rabbitmq.service"
];
requires = [ "postgresql.target" ];
wantedBy = [ "multi-user.target" ];