parent
b0cccd36a6
commit
1ccd6cf3f4
3 changed files with 34 additions and 59 deletions
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./homepage
|
||||
./samba.nix
|
||||
./mastodon.nix
|
||||
./uptime-kuma.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
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