remove unused option
This commit is contained in:
parent
072b3cb6da
commit
b26f6894c7
1 changed files with 0 additions and 7 deletions
|
|
@ -340,14 +340,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Virtualization
|
||||
virtualization = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = "Enable virtualization support (libvirt, docker, etc.)";
|
||||
};
|
||||
|
||||
docker = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue