From 13a59c4657fae3b61cde22e3ae51c2122271c566 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 31 Mar 2021 12:34:01 +0200 Subject: [PATCH] Remove sica vdev and add VMS/legacy vdev --- modules/hardware-configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/hardware-configuration.nix b/modules/hardware-configuration.nix index 9e48d16..d64d479 100644 --- a/modules/hardware-configuration.nix +++ b/modules/hardware-configuration.nix @@ -52,6 +52,11 @@ fsType = "zfs"; }; + fileSystems."/vault/VMs/legacy" = { + device = "vault/VMs/legacy"; + fsType = "zfs"; + }; + fileSystems."/vault/backups" = { device = "vault/backups"; fsType = "zfs"; @@ -67,11 +72,6 @@ fsType = "zfs"; }; - fileSystems."/vault/sica" = { - device = "vault/sica"; - fsType = "zfs"; - }; - fileSystems."/vault/code" = { device = "vault/code"; fsType = "zfs";