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

@ -1,5 +1,4 @@
{ config, pkgs, ... }:
{
{ config, pkgs, ... }: {
imports = [
@ -9,5 +8,5 @@
services.nextcloud = {
hostName = "cloud.qo.is";
package = pkgs.nextcloud19;
}
};
}