diff options
Diffstat (limited to '')
-rw-r--r-- | system/disks/hibernate.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/disks/hibernate.nix b/system/disks/hibernate.nix index 98cc7439..b0aed423 100644 --- a/system/disks/hibernate.nix +++ b/system/disks/hibernate.nix @@ -1,7 +1,7 @@ {pkgs}: { services = { hibernate-preparation = { - # TODO check if they work + # TODO: check if they work wantedBy = ["systemd-hibernate.service"]; unitConfig = { Description = "Enable swap file and disable zram before hibernate"; |