update mastodon
This commit is contained in:
parent
63b5fb4810
commit
40321bea75
9 changed files with 130 additions and 132 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue