X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Ftools%2Fmastodon.nix;h=e0f589a161ad9b6fa56a70703863ab8fe0ef01c6;hp=4b9b73ecbfcdbb6ddfcbc0f6187db0b9063b583f;hb=8a964143a4173fcbd6f398fffee727f228f952fa;hpb=b798cf6d60baf5aad5438ba5936259c64d87299c diff --git a/nixops/modules/websites/tools/mastodon.nix b/nixops/modules/websites/tools/mastodon.nix index 4b9b73e..e0f589a 100644 --- a/nixops/modules/websites/tools/mastodon.nix +++ b/nixops/modules/websites/tools/mastodon.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, config, myconfig, mylibs, ... }: +{ lib, pkgs, config, myconfig, ... }: let env = myconfig.env.tools.mastodon; root = "/run/current-system/webapps/tools_mastodon";