deployed fake modo
This commit is contained in:
parent
e485c1b9db
commit
93aac36244
2 changed files with 19 additions and 0 deletions
|
@ -89,6 +89,10 @@ in
|
||||||
virtualHosts."betamail.katvayor.net" = {
|
virtualHosts."betamail.katvayor.net" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
|
locations."/" = {
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
proxyPass = "http://localhost:8000/";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -52,4 +52,19 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
services.postgresql = {
|
||||||
|
enable = true;
|
||||||
|
ensureUsers = [
|
||||||
|
{
|
||||||
|
name = "moderators";
|
||||||
|
ensureClauses.superuser = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
ensureDatabases = [
|
||||||
|
"moderation"
|
||||||
|
];
|
||||||
|
identMap = ''
|
||||||
|
map-moderators moderators moderators
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue