Loading nixos/modules/virtualisation/docker.nix +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ in logDriver = mkOption { type = types.enum ["none" "json-file" "syslog" "journald" "gelf" "fluentd" "awslogs" "splunk" "etwlogs" "gcplogs"]; type = types.enum ["none" "json-file" "syslog" "journald" "gelf" "fluentd" "awslogs" "splunk" "etwlogs" "gcplogs" "local"]; default = "journald"; description = lib.mdDoc '' Loading Loading
nixos/modules/virtualisation/docker.nix +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ in logDriver = mkOption { type = types.enum ["none" "json-file" "syslog" "journald" "gelf" "fluentd" "awslogs" "splunk" "etwlogs" "gcplogs"]; type = types.enum ["none" "json-file" "syslog" "journald" "gelf" "fluentd" "awslogs" "splunk" "etwlogs" "gcplogs" "local"]; default = "journald"; description = lib.mdDoc '' Loading