Nexus Bot
This commit is contained in:
parent
461bbb1967
commit
8db3970a4f
3 changed files with 25 additions and 5 deletions
|
@ -13,7 +13,26 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
botPasswordFile = config.age.secrets."botPassword.age".path;
|
botPasswordFile = config.age.secrets."botPassword.age".path;
|
||||||
smtpPasswordFile = config.age.secrets."smtpPassword.age".path;
|
smtpPasswordFile = config.age.secrets."smtpPassword.age".path;
|
||||||
args = ["--socket" socket "--homeserver" config.services.grapevine.settings.server_discovery.client.base_url "--name" "nexusbot" "--inviteTo" "#community:federated.nexus" "--adminRoom" "#admins:federated.nexus" "--successUri" "https://federated.nexus/success"];
|
args = [
|
||||||
|
"--socket"
|
||||||
|
socket
|
||||||
|
"--homeserver"
|
||||||
|
config.services.grapevine.settings.server_discovery.client.base_url
|
||||||
|
"--name"
|
||||||
|
"nexusbot"
|
||||||
|
"--adminRoom"
|
||||||
|
"#admins:federated.nexus"
|
||||||
|
"--successUri"
|
||||||
|
"https://federated.nexus/success"
|
||||||
|
"--adminName"
|
||||||
|
"grapevine"
|
||||||
|
"--email"
|
||||||
|
"henry@henryhiles.com"
|
||||||
|
"--mailDomain"
|
||||||
|
"mail.henryhiles.com"
|
||||||
|
"--mailName"
|
||||||
|
"Federated Nexus Registrations"
|
||||||
|
];
|
||||||
group = "caddy";
|
group = "caddy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
8
flake.lock
generated
8
flake.lock
generated
|
@ -1679,11 +1679,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754080381,
|
"lastModified": 1754191761,
|
||||||
"narHash": "sha256-GUtSLCJ3dAnV6aQBuHUptsmM22qQiXIpv2M5QcSQ62w=",
|
"narHash": "sha256-JuQnJgxKYKlWCTk9A91hQ8GOLbGww9GY2GRlQ2KxMl8=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "74a634c642f74c3ec165d77f4b5dcb9247fdae53",
|
"rev": "21dfbfadf00c5e0007af110b37de55f9dd22a01e",
|
||||||
"revCount": 6,
|
"revCount": 10,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.federated.nexus/federated-nexus/nexusbot"
|
"url": "https://git.federated.nexus/federated-nexus/nexusbot"
|
||||||
},
|
},
|
||||||
|
|
1
modules/desktop/flatpak.nix
Normal file
1
modules/desktop/flatpak.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{services.flatpak.enable = true;}
|
Loading…
Add table
Add a link
Reference in a new issue