]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/tools/mastodon/default.nix
Move websites/tools to modules
[perso/Immae/Config/Nix.git] / 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 ffd59dd6fb1a3775668ce796c31991529b707976..d742a33a38a4a29c3dbd9db0292d3f7a163dc002 100644 (file)
@@ -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";
   };