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"; }; };