mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
services.vikunja: fix
This commit is contained in:
@@ -38,7 +38,11 @@ inputs:
|
||||
nixos.services =
|
||||
{
|
||||
postgresql.instances.vikunja = {};
|
||||
nginx = { enable = true; https.${vikunja.hostname}.global.configName = vikunja.hostname; };
|
||||
nginx =
|
||||
{
|
||||
enable = true;
|
||||
https.${vikunja.hostname}.location."/".proxy.upstream = "http://127.0.0.1:${builtins.toString vikunja.port}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user