Use mkforce for 'partOf' option

This commit is contained in:
coolneng 2019-12-25 17:15:42 +01:00
parent caf4a49ec2
commit 51ed142c5f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@
};
# Restart nginx after startup
systemd.services.nginx.partOf = [ "gitea.service" ];
systemd.services.nginx.unitConfig.partOf = lib.mkForce [ "gitea.service" ];
}