IP for tablet too sure
This commit is contained in:
parent
0423c6e180
commit
fd040ca62b
1 changed files with 11 additions and 1 deletions
|
@ -9,7 +9,17 @@
|
||||||
../../modules/system
|
../../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 = {
|
system = {
|
||||||
desktop.enable = true;
|
desktop.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue