update mastodon

This commit is contained in:
Vivian 2022-11-05 22:28:04 +01:00
parent 4c13bbc4e6
commit 042b2e9664
9 changed files with 130 additions and 132 deletions

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;