tsuki/invidious: remove redundant code, add comments
This commit is contained in:
parent
394a932988
commit
6c2bd3f2d5
|
@ -10,6 +10,7 @@
|
|||
|
||||
port = 19283;
|
||||
|
||||
# This will implicitly use unix socket
|
||||
database = {
|
||||
createLocally = true;
|
||||
passwordFile = config.sops.secrets."postgres/invidious".path;
|
||||
|
@ -18,13 +19,8 @@
|
|||
settings = {
|
||||
registration_enabled = false;
|
||||
host_binding = "127.0.0.1";
|
||||
|
||||
# popular_enabled = false;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.invidious = {
|
||||
requires = [ "postgresql.service" ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue