Skip to content

Commit

Permalink
Fix flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Dec 31, 2024
1 parent 4afdb5a commit 1bbbccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
WEB_ECHO_STORE_PATH = config.services.web-echo.datastore;
};
preStart = ''
${pkgs.curl}/bin/mkdir -p ${config.services.web-echo.datastore}
${pkgs.curl}/bin/chown ${config.services.web-echo.user}:${config.services.web-echo.user} ${config.services.web-echo.datastore}
${pkgs.toybox}/bin/mkdir -p ${config.services.web-echo.datastore}
${pkgs.toybox}/bin/chown ${config.services.web-echo.user}:${config.services.web-echo.user} ${config.services.web-echo.datastore}
'';
serviceConfig = {
ExecStart = "${self.packages.${pkgs.system}.default}/bin/nix-web-echo";
Expand Down

0 comments on commit 1bbbccb

Please sign in to comment.