Fix nixfmt

This commit is contained in:
Fabian Hauser 2020-10-25 15:46:22 +01:00
parent ba7db5a22e
commit f343221d86
3 changed files with 10 additions and 13 deletions

View file

@ -18,7 +18,7 @@
};
systemd.services."nextcloud-setup" = {
requires = ["postgresql.service"];
after = ["postgresql.service"];
requires = [ "postgresql.service" ];
after = [ "postgresql.service" ];
};
}