fwminex: swap

This commit is contained in:
2023-09-14 07:43:18 +03:00
parent 90be8b6e5f
commit 1430bf9d6d
2 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,9 @@ in {
map (diskName: diskName + cfg.partitionScheme.efiBoot)
cfg.bootDevices;
swapPartitions =
map (diskName: diskName + cfg.partitionScheme.swap) cfg.bootDevices;
if cfg.partitionScheme ? swap
then map (diskName: diskName + cfg.partitionScheme.swap) cfg.bootDevices
else [];
};
boot = {
kernelPackages =