8 lines
103 B
Nix
8 lines
103 B
Nix
|
|
{
|
|
interface = "enp10s0u1u2";
|
|
ipv4 = "192.168.0.4";
|
|
dns = "192.168.0.6";
|
|
wm = "gnome-shell";
|
|
}
|