From f7bbc035efb93d8fbaa1723ae5144f615def6c27 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 4 Dec 2024 16:56:08 +0900 Subject: [PATCH] Remove trailing whitespace --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 7e5a27c0..9435a86b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -63,7 +63,7 @@ enableStrictShellChecks = false; services.systemd-suspend.environment = { # Apply workaround as https://github.com/systemd/systemd/issues/33083#issuecomment-2142473011 to fix GH-959 - # TODO: Check again after systemd 257 or later. At least updating to nixos-25.05 + # TODO: Check again after systemd 257 or later. At least updating to nixos-25.05 SYSTEMD_SLEEP_FREEZE_USER_SESSIONS = "false"; }; };