aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/mastodon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/mastodon/default.nix')
-rw-r--r--nixops/modules/websites/tools/mastodon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/mastodon/default.nix b/nixops/modules/websites/tools/mastodon/default.nix
index 6e34280..b64474c 100644
--- a/nixops/modules/websites/tools/mastodon/default.nix
+++ b/nixops/modules/websites/tools/mastodon/default.nix
@@ -21,7 +21,7 @@ in {
21 uid = config.ids.uids.mastodon; 21 uid = config.ids.uids.mastodon;
22 group = "mastodon"; 22 group = "mastodon";
23 description = "Mastodon user"; 23 description = "Mastodon user";
24 home = mastodon.railsRoot; 24 home = mastodon.varDir;
25 useDefaultShell = true; 25 useDefaultShell = true;
26 }; 26 };
27 27