ignore envrc and add chromecast ports
This commit is contained in:
parent
882dd22ed8
commit
50310bd479
2 changed files with 5 additions and 0 deletions
|
@ -235,5 +235,6 @@ in
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
userName = "notgne2";
|
userName = "notgne2";
|
||||||
userEmail = "gen2@gen2.space";
|
userEmail = "gen2@gen2.space";
|
||||||
|
ignores = [ ".envrc" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -212,6 +212,10 @@ in
|
||||||
from = 32768;
|
from = 32768;
|
||||||
to = 60999;
|
to = 60999;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
from = 45000;
|
||||||
|
to = 47000;
|
||||||
|
}
|
||||||
# Steam remote play
|
# Steam remote play
|
||||||
{
|
{
|
||||||
from = 27031;
|
from = 27031;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue