Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
e6a5a914da20829306ab48a08f17c98d1f610279
/
.
/
modules
/
common
/
static-ip.nix
blob: d577c96d2973c7e35bf2a1caff88e36e37949d2f [
file
] [
log
] [
blame
]
{
networking
.
useDHCP
=
true
;
networking
.
dhcpcd
.
extraConfig
=
''
interface
enp5s0
static
ip_address
=
192.168
.
185.178
/
16
static
routers
=
192.168
.
0.1
static
domain_name_servers
=
127.0
.
0.1
''
;
}