This commit is contained in:
Chris Kruining 2024-07-23 22:00:59 +02:00
parent db512e1f74
commit e01ffa4cec
14 changed files with 14 additions and 32 deletions

View file

@ -1,12 +0,0 @@
{ config, options, lib, pkgs, ... }:
let
inherit (lib.modules) mkIf;
in
{
options.modules.virtualization = let
inherit (lib.options) mkEnableOption;
in
{
enable = mkEnableOption "enable virtualization";
};
}