mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
fix(swap): rename dev to config.device
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
57622c4a68
commit
3200614b9f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
device = config.device;
|
||||
randomEncryption = config.randomEncryption;
|
||||
}];
|
||||
boot.resumeDevice = lib.mkIf config.resumeDevice dev;
|
||||
boot.resumeDevice = lib.mkIf config.resumeDevice config.device;
|
||||
}];
|
||||
description = "NixOS configuration";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue