diff options
author | Soispha <soispha@vhack.eu> | 2023-09-05 17:17:48 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-05 17:17:48 +0200 |
commit | d807fb1e786640906bee0fa4bb91b992974fcffd (patch) | |
tree | a6909f354fb69e8c760629370b5d0228f8011250 /sys/disks/hibernate.nix | |
parent | Fix(treewide): Update to new shell library version (diff) | |
download | nixos-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.nix | 1 |
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"; |