Fix hibernation config

This commit is contained in:
Benjamin Bädorf 2022-08-14 18:11:25 +02:00
parent 26803ccf4f
commit aabe96a335
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -38,7 +38,7 @@ in
};
};
resumeDevice = mkIf cfg.core.hibernation.enable "/swapfile";
resumeDevice = mkIf cfg.hibernation.enable "/swapfile";
loader.systemd-boot.enable = true;