From 2580164d413db26d3b6ee43481d3eaeec0b883b5 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 4 Feb 2024 00:36:42 +0100 Subject: [PATCH] That didn't work, maybe now? --- nixos/hosts/EDI/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/EDI/hardware-configuration.nix b/nixos/hosts/EDI/hardware-configuration.nix index c62d408..ad2bffb 100644 --- a/nixos/hosts/EDI/hardware-configuration.nix +++ b/nixos/hosts/EDI/hardware-configuration.nix @@ -32,7 +32,7 @@ swapDevices = [ { - device = "dev/disk/by-uuid/2b4f0e94-65b4-4e98-8744-0c671954e524"; + device = "/dev/disk/by-path/pci-0000:71:00.0-nvme-1-part2"; randomEncryption.enable = true; } ];