Fix nixfmt
This commit is contained in:
parent
ba7db5a22e
commit
f343221d86
3 changed files with 10 additions and 13 deletions
|
@ -18,7 +18,7 @@
|
|||
};
|
||||
|
||||
systemd.services."nextcloud-setup" = {
|
||||
requires = ["postgresql.service"];
|
||||
after = ["postgresql.service"];
|
||||
requires = [ "postgresql.service" ];
|
||||
after = [ "postgresql.service" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue