Skip to content

Commit

Permalink
deploy: Namespace http-services
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Apr 30, 2024
1 parent 7f3886c commit 2d5fae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ in
config = {
http-services.static-sites = mapAttrs'
(name: playground: {
name = "${name}-frontend";
name = "marlowe-playground-${name}-frontend";
value = {
inherit (playground) domain;
root = "${playground.flake.packages.x86_64-linux.marlowe-playground-client}/share/marlowe-playground-client/static";
Expand All @@ -61,7 +61,7 @@ in
flakePkgs = playground.flake.packages.x86_64-linux;
in
{
name = "${name}-backend";
name = "marlowe-playground-${name}-backend";
value = {
inherit (playground) domain;
prefix = "/api";
Expand Down

0 comments on commit 2d5fae7

Please sign in to comment.