parent
1cca820fa3
commit
b0cccd36a6
3 changed files with 59 additions and 34 deletions
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./homepage
|
||||
./samba.nix
|
||||
./mastodon.nix
|
||||
./uptime-kuma.nix
|
||||
];
|
||||
}
|
||||
|
|
17
hosts/nixedo/services/mastodon.nix
Normal file
17
hosts/nixedo/services/mastodon.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
services.mastodon = {
|
||||
enable = true;
|
||||
|
||||
configureNginx = true;
|
||||
localDomain = "social.oliverdavies.uk";
|
||||
streamingProcesses = 3;
|
||||
|
||||
extraConfig = {
|
||||
SINGLE_USER_MODE = "true";
|
||||
};
|
||||
|
||||
smtp = {
|
||||
fromAddress = "social@oliverdavies.uk";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue