diff --git a/hosts/vno1-rp3b/configuration.nix b/hosts/vno1-rp3b/configuration.nix index 6c3436d..183379d 100644 --- a/hosts/vno1-rp3b/configuration.nix +++ b/hosts/vno1-rp3b/configuration.nix @@ -34,6 +34,14 @@ device = "datapool/root"; fsType = "zfs"; }; + fileSystems."/data/borg" = { + device = "datapool/root/borg"; + fsType = "zfs"; + }; + fileSystems."/data/shared" = { + device = "datapool/root/shared"; + fsType = "zfs"; + }; swapDevices = [];