diff --git a/system/options.nix b/system/options.nix index 7c8db46d5e4a..44b3c771bf3e 100644 --- a/system/options.nix +++ b/system/options.nix @@ -1461,8 +1461,15 @@ }; }; + disnix = { + enable = mkOption { + default = false; + description = "Whether to enable Disnix"; + }; + }; + httpd = { - + enable = mkOption { default = false; description = "