diff options
Diffstat (limited to 'sys/disks/hibernate.nix')
-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"; |