Skip to content

Commit

Permalink
feat(arm-vps): allow beszel user creation through oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxels committed Feb 13, 2025
1 parent 7e2a8a8 commit 57285e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/arm-vps/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ in {
WorkingDirectory = "/root/beszel";
ExecStart = "${pkgs.beszel}/bin/beszel-hub serve --http '0.0.0.0:8090'";
};
environment = {
USER_CREATION = "true";
};
wantedBy = ["multi-user.target"];
};
beszel-agent = {
Expand Down

0 comments on commit 57285e4

Please sign in to comment.