From 8649a91895bdf4b43fff71e362b2f430d7ad682d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 3 Nov 2025 21:01:06 +0000 Subject: [PATCH] swap: no need encryption --- hosts/sqq1-desk2/configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hosts/sqq1-desk2/configuration.nix b/hosts/sqq1-desk2/configuration.nix index cc9bc8f..318a905 100644 --- a/hosts/sqq1-desk2/configuration.nix +++ b/hosts/sqq1-desk2/configuration.nix @@ -30,12 +30,7 @@ in }; }; - swapDevices = [ - { - device = "${nvme}-part2"; - randomEncryption.enable = true; - } - ]; + swapDevices = [ { device = "${nvme}-part2"; } ]; fileSystems = { "/" = {