updating flake and pinning to 22.05
This commit is contained in:
parent
ba27089255
commit
231d82029d
5 changed files with 114 additions and 110 deletions
|
@ -61,7 +61,7 @@ in
|
|||
|
||||
# ensure that postgres is running *before* running the setup
|
||||
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