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