Skip to content

Commit

Permalink
nixos containers: remove stray , from pattern
Browse files Browse the repository at this point in the history
See #31888.

(cherry picked from commit 5eb4a83)
  • Loading branch information
rycee committed Dec 19, 2017
1 parent 1bbcdfe commit 0bb77b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/virtualisation/containers.nix
Expand Up @@ -726,7 +726,7 @@ in

services.udev.extraRules = optionalString config.networking.networkmanager.enable ''
# Don't manage interfaces created by nixos-container.
ENV{INTERFACE}=="v[e,b]-*", ENV{NM_UNMANAGED}="1"
ENV{INTERFACE}=="v[eb]-*", ENV{NM_UNMANAGED}="1"
'';

environment.systemPackages = [ pkgs.nixos-container ];
Expand Down

0 comments on commit 0bb77b8

Please sign in to comment.