X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Ftools%2Fmastodon%2Fdefault.nix;fp=nixops%2Fmodules%2Fwebsites%2Ftools%2Fmastodon.nix;h=d742a33a38a4a29c3dbd9db0292d3f7a163dc002;hb=4288c2f2431fb782b0d512b1b3749187f2374b6a;hp=ffd59dd6fb1a3775668ce796c31991529b707976;hpb=f40f5b235b890f46770a22f005f8a0f664cf0562;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/websites/tools/mastodon.nix b/modules/private/websites/tools/mastodon/default.nix similarity index 97% rename from nixops/modules/websites/tools/mastodon.nix rename to modules/private/websites/tools/mastodon/default.nix index ffd59dd..d742a33 100644 --- a/nixops/modules/websites/tools/mastodon.nix +++ b/modules/private/websites/tools/mastodon/default.nix @@ -2,10 +2,10 @@ let env = myconfig.env.tools.mastodon; root = "/run/current-system/webapps/tools_mastodon"; - cfg = config.services.myWebsites.tools.mastodon; + cfg = config.myServices.websites.tools.mastodon; mcfg = config.services.mastodon; in { - options.services.myWebsites.tools.mastodon = { + options.myServices.websites.tools.mastodon = { enable = lib.mkEnableOption "enable mastodon's website"; };