This website requires JavaScript.
Explore
Help
Sign In
john
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/jbowdre/dotfiles.git
synced
2024-12-23 12:42:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7767c21df5
dotfiles
/
nixos
/
common
/
global
/
network-manager.nix
4 lines
92 B
Nix
Raw
Normal View
History
Unescape
Escape
workaround for network-manager upgrade
2023-12-24 03:12:07 +00:00
{
lib
,
.
.
.
}:
{
systemd
.
services
.
NetworkManager-wait-online
.
enable
=
lib
.
mkForce
false
;
apply nix-fmt
2024-12-20 01:30:06 +00:00
}
Reference in a new issue
Copy permalink