Random swap encryption on pendulum
This commit is contained in:
parent
9558105d35
commit
115600af8b
|
@ -18,12 +18,12 @@
|
|||
};
|
||||
|
||||
swapDevices = [{
|
||||
device = "/dev/disk/by-uuid/827dabe3-cf06-41fb-b4dd-889c4783ad73";
|
||||
# randomEncryption = {
|
||||
# cipher = "aes-xts-plain64";
|
||||
# enable = true;
|
||||
# source = "/dev/random";
|
||||
# };
|
||||
device = "/dev/disk/by-partuuid/c39a45df-02";
|
||||
randomEncryption = {
|
||||
cipher = "aes-xts-plain64";
|
||||
enable = true;
|
||||
source = "/dev/random";
|
||||
};
|
||||
}];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
Loading…
Reference in New Issue