nix/module.nix: formatting

This commit is contained in:
Charlie Root 2024-09-22 19:20:44 +02:00
commit 180185cd01

View file

@ -162,7 +162,7 @@ in {
}; };
# Do not run garbage collection on AC power. # Do not run garbage collection on AC power.
# This makes a quite nice difference in battery life. # This makes for a quite nice difference in battery life.
nix-gc = { nix-gc = {
unitConfig.ConditionACPower = true; unitConfig.ConditionACPower = true;
}; };