about summary refs log tree commit diff stats
path: root/sys/disks/hibernate.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-05 17:17:48 +0200
committerSoispha <soispha@vhack.eu>2023-09-05 17:17:48 +0200
commitd807fb1e786640906bee0fa4bb91b992974fcffd (patch)
treea6909f354fb69e8c760629370b5d0228f8011250 /sys/disks/hibernate.nix
parentFix(treewide): Update to new shell library version (diff)
downloadnixos-config-d807fb1e786640906bee0fa4bb91b992974fcffd.tar.gz
nixos-config-d807fb1e786640906bee0fa4bb91b992974fcffd.zip
Docs(sys/disks/hibernate): Remove resolved TODO comment
Diffstat (limited to '')
-rw-r--r--sys/disks/hibernate.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/disks/hibernate.nix b/sys/disks/hibernate.nix
index b0aed423..ad7ca12c 100644
--- a/sys/disks/hibernate.nix
+++ b/sys/disks/hibernate.nix
@@ -1,7 +1,6 @@
 {pkgs}: {
   services = {
     hibernate-preparation = {
-      # TODO: check if they work
       wantedBy = ["systemd-hibernate.service"];
       unitConfig = {
         Description = "Enable swap file and disable zram before hibernate";