update mastodon

This commit is contained in:
Vivian 2022-11-05 22:28:04 +01:00
parent 63b5fb4810
commit 40321bea75
9 changed files with 130 additions and 132 deletions

View file

@ -28,6 +28,7 @@ in
cat >> /var/lib/mastodon/.secrets_env <<EOF
AWS_ACCESS_KEY_ID="$(cat ${vs.mastodon}/awsAccessKeyId)"
AWS_SECRET_ACCESS_KEY="$(cat ${vs.mastodon}/awsSecretAccessKey)"
DEEPL_API_KEY="$(cat ${vs.mastodon}/deeplAPIKey)"
EOF
'';
@ -91,6 +92,8 @@ in
S3_PROTOCOL = "https";
S3_HOSTNAME = "o.xirion.net";
S3_ENDPOINT = "https://o.xirion.net/";
DEEPL_PLAN = "free";
};
};

View file

@ -15,10 +15,7 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ ];
services.tautulli = rec {
services.tautulli = {
enable = true;
port = 8080;
openFirewall = true;