summary refs log tree commit diff
path: root/nixos/modules/hardware/ckb-next.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/ckb-next.nix')
-rw-r--r--nixos/modules/hardware/ckb-next.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/hardware/ckb-next.nix b/nixos/modules/hardware/ckb-next.nix
index fe0ca9f26d5..6932be1c54c 100644
--- a/nixos/modules/hardware/ckb-next.nix
+++ b/nixos/modules/hardware/ckb-next.nix
@@ -43,7 +43,6 @@ in
         serviceConfig = {
           ExecStart = "${cfg.package}/bin/ckb-next-daemon ${optionalString (cfg.gid != null) "--gid=${builtins.toString cfg.gid}"}";
           Restart = "on-failure";
-          StandardOutput = "syslog";
         };
       };
     };