Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
0cebca0104b3bf949070337692be3f9d1ad585a8
/
.
/
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
''
;
}