From ea58ff238474246347254f07f38009669be370e8 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 29 Mar 2021 19:38:26 +0200 Subject: [PATCH] Add code vdev --- modules/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hardware-configuration.nix b/modules/hardware-configuration.nix index 42073fc..6f85821 100644 --- a/modules/hardware-configuration.nix +++ b/modules/hardware-configuration.nix @@ -73,6 +73,11 @@ fsType = "zfs"; }; + fileSystems."/vault/code" = + { device = "vault/code"; + fsType = "zfs"; + }; + swapDevices = [ { device = "/dev/disk/by-uuid/8262a243-b6aa-49e8-bf72-d2b85864d1c0"; } ];