europa: enable rimgo

This commit is contained in:
Aaron Bieber 2023-12-05 09:33:26 -07:00
parent 19487ff8c1
commit 3bd4d3e218
No known key found for this signature in database

View File

@ -177,6 +177,13 @@ in
services.xinCA = { enable = false; };
services = {
rimgo = {
enable = true;
settings = {
PORT = 3000;
ADDRESS = "127.0.0.1";
};
};
fprintd.enable = true;
avahi = {
enable = true;