6 lines
70 B
Nix
6 lines
70 B
Nix
{
|
|
services.invidious = {
|
|
enable = true;
|
|
port = 3001;
|
|
};
|
|
}
|