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 = [{ 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