Random swap encryption on pendulum

This commit is contained in:
Nathan McCarty 2023-06-04 10:41:27 -04:00
parent 9558105d35
commit 115600af8b
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 6 additions and 6 deletions

View File

@ -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