add swap to oracle

This commit is contained in:
Dmitriy Kholkin 2021-10-25 23:59:11 +03:00
parent 4ed7bc9c31
commit c01733665a

View File

@ -9,4 +9,8 @@
fileSystems."/boot" = { device = "/dev/disk/by-uuid/C8C5-C634"; fsType = "vfat"; };
boot.initrd.kernelModules = [ "nvme" ];
fileSystems."/" = { device = "/dev/sda3"; fsType = "xfs"; };
swapDevices = [ {
device = "/dev/disk/by-partuuid/d4aa8434-9803-45ac-9983-07e10e1409b4";
randomEncryption.enable = true;
} ];
}