ignore envrc and add chromecast ports

This commit is contained in:
notgne2 2022-06-03 00:27:19 -07:00
parent 882dd22ed8
commit 50310bd479
Signed by: notgne2
GPG Key ID: 5CE0A245A2DAC84A
2 changed files with 5 additions and 0 deletions

View File

@ -235,5 +235,6 @@ in
lfs.enable = true;
userName = "notgne2";
userEmail = "gen2@gen2.space";
ignores = [ ".envrc" ];
};
}

View File

@ -212,6 +212,10 @@ in
from = 32768;
to = 60999;
}
{
from = 45000;
to = 47000;
}
# Steam remote play
{
from = 27031;