Skip to content

Commit

Permalink
fix: keep owncast on revan for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Feb 2, 2025
1 parent f7a081b commit 2475bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/_mixins/services/owncast/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let
installOn = prodOn ++ testOn;
prodOn = [ "malak" ];
testOn = [ "phasma" ];
testOn = [ "revan" ];
listen = if lib.elem hostname prodOn then "127.0.0.1" else "0.0.0.0";
in
lib.mkIf (lib.elem hostname installOn) {
Expand Down

0 comments on commit 2475bbe

Please sign in to comment.