add swap to oracle
This commit is contained in:
parent
4ed7bc9c31
commit
c01733665a
@ -9,4 +9,8 @@
|
|||||||
fileSystems."/boot" = { device = "/dev/disk/by-uuid/C8C5-C634"; fsType = "vfat"; };
|
fileSystems."/boot" = { device = "/dev/disk/by-uuid/C8C5-C634"; fsType = "vfat"; };
|
||||||
boot.initrd.kernelModules = [ "nvme" ];
|
boot.initrd.kernelModules = [ "nvme" ];
|
||||||
fileSystems."/" = { device = "/dev/sda3"; fsType = "xfs"; };
|
fileSystems."/" = { device = "/dev/sda3"; fsType = "xfs"; };
|
||||||
|
swapDevices = [ {
|
||||||
|
device = "/dev/disk/by-partuuid/d4aa8434-9803-45ac-9983-07e10e1409b4";
|
||||||
|
randomEncryption.enable = true;
|
||||||
|
} ];
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user