This website requires JavaScript.
Explore
Help
Sign in
nolan
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3334a132ea
nixos
/
roles
/
networkmanager.nix
7 lines
103 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial commit.
2024-12-18 18:19:37 -06:00
{
Don't manage container interfaces.
2025-04-17 08:26:40 -05:00
networking
.
networkmanager
=
{
enable
=
true
;
unmanaged
=
[
"
i
n
t
e
r
f
a
c
e
-
n
a
m
e
:
v
e
-
*
"
]
;
}
;
Initial commit.
2024-12-18 18:19:37 -06:00
}
Reference in a new issue
Copy permalink