Skip to content

Commit

Permalink
Fix vps.acmcsuf.com
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed May 3, 2024
1 parent 726b9ed commit ba2930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/cs306/user-vms.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ in
};

services.diamondburned.caddy.sites."https://vps.acmcsuf.com" = ''
root * ${pkgs.writeTextDir "vps.json" (builtins.toJSON config.acm.user-vms.usersData)}
root * ${pkgs.writeTextDir "vps.json" (builtins.toJSON config.acm.user-vms.usersInfo)}
rewrite * /vps.json
file_server
'';
Expand Down

0 comments on commit ba2930c

Please sign in to comment.