Unverified Commit b40d9c82 authored by Jappie3's avatar Jappie3
Browse files

nixos/kanidm: don't set RUST_LOG in systemd service

setting RUST_LOG in the systemd service means that the
serverSettings.log_level option is pretty much useless, as RUST_LOG
takes precedence
parent 153ac89f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -907,7 +907,6 @@ in
          TemporaryFileSystem = "/:ro";
        }
      ];
      environment.RUST_LOG = "info";
    };

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