Unverified Commit d68202f3 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

nixos/systemd: move default sysctls from coredump module (#498495)

parents 8b46e7cd 1ee2f0b0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -667,6 +667,8 @@ in

        "systemd/system-environment-generators/env-generator".source =
          "${config.system.nixos-init.package}/bin/env-generator";

        "sysctl.d/50-default.conf".source = "${cfg.package}/example/sysctl.d/50-default.conf";
      };

    services.dbus.enable = true;
+0 −2
Original line number Diff line number Diff line
@@ -67,8 +67,6 @@ in
              }}"
            ];
          };

        "sysctl.d/50-default.conf".source = "${systemd}/example/sysctl.d/50-default.conf";
      };

      users.users.systemd-coredump = {