Update bigding
This commit is contained in:
@@ -68,6 +68,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
xdg.portal.wlr.enable = true;
|
xdg.portal.wlr.enable = true;
|
||||||
|
xdg.portal.config.common.default = "*";
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ in {
|
|||||||
|
|
||||||
transmission = {
|
transmission = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
webHome = pkgs.transmission + /share/transmission/web;
|
||||||
settings = {
|
settings = {
|
||||||
rpc-host-whitelist-enable = true;
|
rpc-host-whitelist-enable = true;
|
||||||
rpc-host-whitelist = "bigding.squirrel-clownfish.ts.net,bigding";
|
rpc-host-whitelist = "bigding.squirrel-clownfish.ts.net,bigding";
|
||||||
|
|||||||
@@ -12,12 +12,6 @@ in {
|
|||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
|
||||||
name = "matrix-synapse";
|
|
||||||
ensurePermissions = {
|
|
||||||
"DATABASE synapse" = "ALL PRIVILEGES";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
authentication = ''
|
authentication = ''
|
||||||
local all all trust
|
local all all trust
|
||||||
@@ -27,15 +21,16 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.matrix-synapse = {
|
services.matrix-sliding-sync = {
|
||||||
enable = true;
|
|
||||||
sliding-sync = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.age.secrets.sliding_sync_env_file.path;
|
environmentFile = config.age.secrets.sliding_sync_env_file.path;
|
||||||
settings = {
|
settings = {
|
||||||
SYNCV3_SERVER = "http://localhost:8008";
|
SYNCV3_SERVER = "http://localhost:8008";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.matrix-synapse = {
|
||||||
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
enable_metrics = true;
|
enable_metrics = true;
|
||||||
server_name = "broccoli.town";
|
server_name = "broccoli.town";
|
||||||
|
|||||||
Reference in New Issue
Block a user