flake/hosts/tyo0/services/redlib.nix

7 lines
94 B
Nix

{
services.redlib = {
enable = true;
address = "127.0.0.1";
port = 9400;
};
}