From 115600af8b68fb61d3c5cf57c7ae68a16f01c094 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 4 Jun 2023 10:41:27 -0400 Subject: [PATCH] Random swap encryption on pendulum --- machines/pendulum/hardware.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/machines/pendulum/hardware.nix b/machines/pendulum/hardware.nix index 0dbce33..a22bb0c 100644 --- a/machines/pendulum/hardware.nix +++ b/machines/pendulum/hardware.nix @@ -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