push
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.invidious = {
|
||||
enable = true;
|
||||
|
||||
domain = "tube.bug.tools";
|
||||
|
||||
port = 3030;
|
||||
|
||||
database.createLocally = true;
|
||||
|
||||
settings = {
|
||||
https_only = true;
|
||||
external_port = 443;
|
||||
|
||||
registration_enabled = true;
|
||||
login_enabled = true;
|
||||
|
||||
popular_enabled = true;
|
||||
|
||||
default_user_preferences = {
|
||||
local = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user