some formatting
This commit is contained in:
@@ -21,8 +21,6 @@ in
|
||||
PGID = toString config.users.groups.piracy.gid;
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
|
||||
setup.proxyReverse cfg // { }
|
||||
);
|
||||
services.nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (setup.proxyReverse cfg);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user