Infini-DL360/searx: init

This commit is contained in:
Infinidoge 2024-12-11 21:49:37 -05:00
parent a6c5b85a2c
commit cb5f7483fc
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
6 changed files with 113 additions and 0 deletions

View file

@ -84,4 +84,10 @@ in
};
};
};
services.uwsgi = {
enable = true;
plugins = [ "python3" ];
instance.type = "emperor";
};
}