Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Dec 4, 2024
1 parent 6cf83a0 commit f7bbc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
Expand Down

0 comments on commit f7bbc03

Please sign in to comment.