Make jailed-agy enabled by default
Unfortunately most hosts need it.
This commit is contained in:
@@ -46,7 +46,11 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.programs.jailed-agy = {
|
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 {
|
extraPackages = lib.mkOption {
|
||||||
type = lib.types.listOf lib.types.package;
|
type = lib.types.listOf lib.types.package;
|
||||||
|
|||||||
Reference in New Issue
Block a user