Correct nixfmt

This commit is contained in:
Fabian Hauser 2020-06-27 23:22:08 +02:00
parent 4c5c5a42ca
commit b2eb267100
6 changed files with 16 additions and 24 deletions

View file

@ -7,5 +7,5 @@
package = pkgs.postgresql_12;
};
services.postgresqlBackup.enable = true; #TODO: Role?
services.postgresqlBackup.enable = true; # TODO: Role?
}