Make jailed-agy enabled by default
Unfortunately most hosts need it.
This commit is contained in:
@@ -46,7 +46,11 @@ let
|
||||
in
|
||||
{
|
||||
options.programs.jailed-agy = {
|
||||
enable = lib.mkEnableOption "jailed-agy wrapper";
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Whether to enable the jailed-agy wrapper.";
|
||||
};
|
||||
|
||||
extraPackages = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.package;
|
||||
|
||||
Reference in New Issue
Block a user