nixos/qemu-vm: Don't require CONFIG_EXPERIMENTAL
The kernel stopped using this config option with version 3.9 (back in 2013!).
This commit is contained in:
parent
ef5268bcab
commit
8ee970442b
1 changed files with 0 additions and 1 deletions
|
@ -746,7 +746,6 @@ in
|
|||
(isEnabled "EXT4_FS")
|
||||
(isYes "BLK_DEV")
|
||||
(isYes "PCI")
|
||||
(isYes "EXPERIMENTAL")
|
||||
(isYes "NETDEVICES")
|
||||
(isYes "NET_CORE")
|
||||
(isYes "INET")
|
||||
|
|
Loading…
Reference in a new issue