flake/hosts/tyo0/services/redlib.nix

8 lines
94 B
Nix
Raw Normal View History

2024-08-27 09:08:53 +00:00
{
services.redlib = {
enable = true;
address = "127.0.0.1";
port = 9400;
};
}