From 2f128103ad3345eecfc92860e7aaea118e41f795 Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 1 May 2023 18:51:41 +0200 Subject: [PATCH] ZeNixComputa: Use decrypted longstorage --- hostconfig/ZeNixComputa/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hostconfig/ZeNixComputa/hardware-configuration.nix b/hostconfig/ZeNixComputa/hardware-configuration.nix index 1eb81c8..c9f039b 100644 --- a/hostconfig/ZeNixComputa/hardware-configuration.nix +++ b/hostconfig/ZeNixComputa/hardware-configuration.nix @@ -32,10 +32,10 @@ fsType = "vfat"; }; - # fileSystems."/longstorage" = { - # device = "/dev/disk/by-uuid/15a593ec-7197-46f8-aeeb-004f1f3322e2"; - # fsType = "btrfs"; - # }; + fileSystems."/longstorage" = { + device = "/dev/disk/by-uuid/15a593ec-7197-46f8-aeeb-004f1f3322e2"; + fsType = "btrfs"; + }; swapDevices = [ {device = "/dev/disk/by-uuid/3d5336f6-63c8-47ef-91ed-8e605e4fb875";}