lol

Merge pull request #19150 from ericsagnes/fix/container-optionSet

container module: allowedDevices type to submodule

authored by

Joachim F and committed by
GitHub
e13aea41 db00d6c0

+1 -2
+1 -2
nixos/modules/virtualisation/containers.nix
··· 502 502 }; 503 503 504 504 allowedDevices = mkOption { 505 - type = types.listOf types.optionSet; 506 - options = [ allowedDeviceOpts ]; 505 + type = with types; listOf (submodule allowedDeviceOpts); 507 506 default = []; 508 507 example = [ { node = "/dev/net/tun"; modifier = "rw"; } ]; 509 508 description = ''