Format project using nixfmt rfc candidate.
This commit is contained in:
parent
1f63817684
commit
a9f7fe416f
91 changed files with 1347 additions and 1000 deletions
|
@ -4,10 +4,10 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
{
|
||||
vHost =
|
||||
if config.services.forgejo.enable
|
||||
then {
|
||||
{
|
||||
vHost =
|
||||
if config.services.forgejo.enable then
|
||||
{
|
||||
root = "${config.services.forgejo.stateDir}/public";
|
||||
extraConfig = ''
|
||||
location / {
|
||||
|
@ -28,6 +28,7 @@ with lib;
|
|||
}
|
||||
'';
|
||||
}
|
||||
else {};
|
||||
}
|
||||
.vHost
|
||||
else
|
||||
{ };
|
||||
}
|
||||
.vHost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue