This website requires JavaScript.
Explore
Help
Sign in
cilly
/
flakes
Watch
1
Star
0
Fork
You've already forked flakes
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
52fbdfe8cf
flakes
/
hosts
/
dandelion
/
networking.nix
5 lines
90 B
Nix
Raw
Normal View
History
Unescape
Escape
hosts/dandelion: re-init
2025-05-19 19:43:57 +10:00
{
.
.
.
}:
{
networking
.
useDHCP
=
true
;
dandelion/networking: disable dhcp on enp2s0
2026-03-17 02:10:11 +11:00
networking
.
interfaces
.
enp2s0
.
useDHCP
=
false
;
hosts/dandelion: re-init
2025-05-19 19:43:57 +10:00
}
Reference in a new issue
Copy permalink