Set maximum `journald` size to 50M

finchie
Jun 3, 2024, 4:50 PM
2KWGT52CK76JSB2D64KI5L4B6RWBBKYXERHE4LKRAF3P5TPV2VSAC

Dependencies

  • [2] LRVKAGTU Increase size of /run/user/$ID to 4G
  • [*] 6I2HQYU2 Add basic flake configuration
  • [*] 5FI47NSA Migrate to home-manager

Change contents

  • edit in configuration.nix at line 19
    [2.177]
    [5.2922]
    # Set journald size limit
    # Thanks to https://bbs.archlinux.org/viewtopic.php?id=186096
    services.journald.extraConfig = "SystemMaxUse = 50M";