Add Jovian back again to try it out

This commit is contained in:
Bun 2025-04-23 14:23:29 -04:00
parent 3d3c89c326
commit 5c8c68331d
11 changed files with 256 additions and 19 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";
};
};
}