From fe6f1528cd4df919fbd65005b9499be2da87ff0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 16 Feb 2019 17:36:41 +0100 Subject: Change home directories outside of the store Fixes https://git.immae.eu/mantisbt/view.php?id=123 --- nixops/modules/websites/tools/mastodon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixops/modules/websites/tools/mastodon') 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 { uid = config.ids.uids.mastodon; group = "mastodon"; description = "Mastodon user"; - home = mastodon.railsRoot; + home = mastodon.varDir; useDefaultShell = true; }; -- cgit v1.2.3