1
0
Fork 0

Fix indentation.

This commit is contained in:
Kevin Baensch 2019-12-26 00:53:42 +01:00
parent 92cd95d6ce
commit 249cb634aa
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ with lib;
mkIf (elem "nextcloud" config.machine.services) {
services = let
cfg = config.machine;
domain = (findFirst (s: s.service == "nextcloud") cfg cfg.vHosts).domain;
cfg = config.machine;
domain = (findFirst (s: s.service == "nextcloud") cfg cfg.vHosts).domain;
in {
nextcloud = {
enable = true;