Skip to content

Commit

Permalink
nixos containers: remove stray , from pattern
Browse files Browse the repository at this point in the history
See #31888.
  • Loading branch information
rycee committed Dec 12, 2017
1 parent 5572de7 commit 5eb4a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/virtualisation/containers.nix
Expand Up @@ -728,7 +728,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 5eb4a83

Please sign in to comment.