fix(swap): rename dev to config.device

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Technofab 2023-07-04 21:40:32 +02:00 committed by mergify[bot]
parent 57622c4a68
commit 3200614b9f

View File

@ -56,7 +56,7 @@
device = config.device; device = config.device;
randomEncryption = config.randomEncryption; randomEncryption = config.randomEncryption;
}]; }];
boot.resumeDevice = lib.mkIf config.resumeDevice dev; boot.resumeDevice = lib.mkIf config.resumeDevice config.device;
}]; }];
description = "NixOS configuration"; description = "NixOS configuration";
}; };