Unverified Commit daf56b64 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

nixos/kanidm: don't set RUST_LOG in systemd service (#394964)

parents 93667cf8 b40d9c82
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -908,7 +908,6 @@ in
          TemporaryFileSystem = "/:ro";
        }
      ];
      environment.RUST_LOG = "info";
    };

    systemd.services.kanidm-unixd = mkIf cfg.enablePam {