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