This website requires JavaScript.
Explore
Help
Sign In
voronind
/
nix
Watch
0
Star
0
Fork
You've already forked nix
0
Code
Issues
40
Pull requests
Packages
Projects
Releases
Wiki
Activity
3d7cacdf2b
nix
/
system
/
Network.nix
10 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
Switch to using nixfmt & indent with spaces cause no tab support...
2024-10-11 23:27:07 +03:00
{
Purge nixfmt!
2024-11-04 04:37:29 +03:00
lib
,
.
.
.
}
:
{
networking
=
{
useDHCP
=
lib
.
mkDefault
true
;
networkmanager
.
enable
=
true
;
}
;
Migrate from dotfiles to full nix config. See voronind/linux for history.
2024-03-04 00:34:39 +03:00
}
Reference in a new issue
Copy permalink