Unverified Commit 7ceeb440 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #213604 from mikroskeem/feature/docker-local-log-driver

nixos/docker: add "local" as valid logDriver option
parents 4389f864 30081adc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ''