IP for tablet too sure

This commit is contained in:
Bun 2025-03-16 03:16:43 -04:00
parent 0423c6e180
commit fd040ca62b

View file

@ -9,7 +9,17 @@
../../modules/system
];
networking.hostName = "intuos";
networking = {
hostName = "intuos";
interfaces."wlan0".ipv4.addresses = [{
address = "10.2.0.102";
prefixLength = 8;
}];
defaultGateway = {
address = "10.1.0.1";
interface = "wlan0";
};
};
system = {
desktop.enable = true;