Skip to content

Commit

Permalink
Change data dir to /var/lib/moe for nix module
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 25, 2024
1 parent 2b5795a commit d500944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
package
;

dataDir = "/var/moe";
dataDir = "/var/lib/moe";
user = "moe";
cfg = config.moe;
in
Expand Down

0 comments on commit d500944

Please sign in to comment.