End the suffering of Intuos and unstatic its IP

This commit is contained in:
Bun 2025-05-06 00:59:18 -04:00
parent d461c370ce
commit 532a1e280f
3 changed files with 0 additions and 15 deletions

View file

@ -5,7 +5,6 @@
./disko
./filesystems
./hardware
./network
./user
../../modules/system
];

View file

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