From c42de3037ec406fa834c6c1756a6f0b70dcdd38f Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Wed, 23 Sep 2026 08:09:45 +0200 Subject: treewise: cleanup and general update --- nixos/modules/rpi.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/modules/rpi.nix') diff --git a/nixos/modules/rpi.nix b/nixos/modules/rpi.nix index e4e10fe..08a2e91 100644 --- a/nixos/modules/rpi.nix +++ b/nixos/modules/rpi.nix @@ -68,9 +68,9 @@ in { }; }; - services.journald.extraConfig = '' - SystemMaxUse=512M - ''; + services.journald.settings.Journal = { + SystemMaxUse = "512M"; + }; system.build.firmware = pkgs.callPackage ({stdenvNoCC}: stdenvNoCC.mkDerivation { -- cgit v1.3.1