aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/mastodon
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-16 17:36:41 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-16 17:36:41 +0100
commitfe6f1528cd4df919fbd65005b9499be2da87ff0a (patch)
tree0f8ddb93fd0ab386aa9ae4065789a6977f08b5b9 /nixops/modules/websites/tools/mastodon
parenta95ab089420d6edf24f22500dabf7876d329dc91 (diff)
downloadNix-fe6f1528cd4df919fbd65005b9499be2da87ff0a.tar.gz
Nix-fe6f1528cd4df919fbd65005b9499be2da87ff0a.tar.zst
Nix-fe6f1528cd4df919fbd65005b9499be2da87ff0a.zip
Change home directories outside of the store
Fixes https://git.immae.eu/mantisbt/view.php?id=123
Diffstat (limited to 'nixops/modules/websites/tools/mastodon')
-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