Add Redmond back

This commit is contained in:
Bun 2025-07-13 19:53:15 -04:00
parent e303600270
commit bf8d0f7be3
19 changed files with 183 additions and 28 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
networking = {
interfaces."wlp1s0".ipv4.addresses = [{
address = "192.168.2.200";
prefixLength = 24;
}];
defaultGateway = {
address = "192.168.2.1";
interface = "wlp1s0";
};
};
}