Unverified Commit aef87978 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #215345 from Izorkin/fix-coredump-id

nixos/systemd-coredump: fix group id
parents fba0eaef 6b9583e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -510,6 +510,7 @@ in
      #seeks = 148; # removed 2020-06-21
      prosody = 149;
      i2pd = 150;
      systemd-coredump = 151;
      systemd-network = 152;
      systemd-resolve = 153;
      systemd-timesync = 154;
+3 −1
Original line number Diff line number Diff line
@@ -66,7 +66,9 @@ in {
        uid = config.ids.uids.systemd-coredump;
        group = "systemd-coredump";
      };
      users.groups.systemd-coredump = {};
      users.groups.systemd-coredump = {
        gid = config.ids.gids.systemd-coredump;
      };
    })

    (mkIf (!cfg.enable) {