Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 5e5528c

Browse files
committed
system/nix: clean up doc comments
1 parent 1ad26d7 commit 5e5528c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/common/system/nix/module.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ in {
236236
# By default nix-gc makes no effort to respect battery life by avoiding
237237
# GC runs on battery and fully commits a few cores to collecting garbage.
238238
# This will drain the battery faster than you can say "Nix, what the hell?"
239-
# and contribute heavily to you wanting to get a new desktop.
239+
# and contribute heavily to you wanting to build a desktop (do that anyway.)
240240
# For those curious (such as myself) desktops are always seen as "AC powered"
241-
# so the system will not fail to fire if you are on a desktop system.
241+
# so the service will not fail to fire if you are on a desktop system.
242242
systemd.services.nix-gc = {
243243
unitConfig.ConditionACPower = true;
244244
};

0 commit comments

Comments
 (0)