Fix hibernation config
This commit is contained in:
parent
26803ccf4f
commit
aabe96a335
|
@ -38,7 +38,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
resumeDevice = mkIf cfg.core.hibernation.enable "/swapfile";
|
resumeDevice = mkIf cfg.hibernation.enable "/swapfile";
|
||||||
|
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue