This commit is contained in:
Sandro - 2023-01-06 23:57:20 +01:00
parent 0f02e95746
commit e9555b81cc
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 20 additions and 20 deletions

View File

@ -21,7 +21,8 @@
Storage=volatile
'';
services.caveman = {
services = {
caveman = {
redis.maxmemory = config.microvm.mem * 1024 * 1024 / 2;
hunter = {
@ -40,8 +41,7 @@
smokestack.enable = true;
};
services = {
nginx = rec {
nginx = {
enable = true;
virtualHosts."fedi.buzz" = {
default = true;