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";