ignore envrc and add chromecast ports
This commit is contained in:
parent
882dd22ed8
commit
50310bd479
@ -235,5 +235,6 @@ in
|
||||
lfs.enable = true;
|
||||
userName = "notgne2";
|
||||
userEmail = "gen2@gen2.space";
|
||||
ignores = [ ".envrc" ];
|
||||
};
|
||||
}
|
||||
|
@ -212,6 +212,10 @@ in
|
||||
from = 32768;
|
||||
to = 60999;
|
||||
}
|
||||
{
|
||||
from = 45000;
|
||||
to = 47000;
|
||||
}
|
||||
# Steam remote play
|
||||
{
|
||||
from = 27031;
|
||||
|
Loading…
Reference in New Issue
Block a user