Skip to content

Commit

Permalink
update pocketbase
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Wrege committed Jan 6, 2024
1 parent aafe488 commit e3b34f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ in
Group = "parkfuchs";
StateDirectory = stateDir;
# Starts the web server (default to 127.0.0.1:8090 if no domain is specified)
ExecStart = "${pkgs.pocketbase}/bin/pocketbase serve --http='${cfg.pocketBaseAddr}:${toString cfg.pocketBasePort}' --dir=/var/lib/${stateDir}";
ExecStart = "${unstable.legacyPackages.${system}.pocketbase}/bin/pocketbase serve --http='${cfg.pocketBaseAddr}:${toString cfg.pocketBasePort}' --dir=/var/lib/${stateDir}";
};
};

Expand Down

0 comments on commit e3b34f7

Please sign in to comment.