mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 07:29:23 +08:00
fix hibernate
This commit is contained in:
@@ -97,7 +97,7 @@ inputs:
|
||||
enable = true;
|
||||
services.create-current-rootfs =
|
||||
{
|
||||
wantedBy = [ "cryptsetup.target" ];
|
||||
wantedBy = [ "local-fs-pre.target" ];
|
||||
after = [ "cryptsetup.target" ];
|
||||
before = [ "local-fs-pre.target" ];
|
||||
unitConfig.DefaultDependencies = false;
|
||||
|
||||
Reference in New Issue
Block a user