Files
nix-config/systems/laptop/userdata.nix
2023-12-11 21:46:42 +01:00

7 lines
102 B
Nix

{
interface = "enp10s0u1u2";
ipv4 = "192.168.0.4";
dns = "192.168.0.6";
wm = "gnome-shell";
}