From 31f1d6d669eb9c1b0e6deae91b674763b087a286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 11 Sep 2023 14:20:07 +0300 Subject: [PATCH] vno1-rp3b: some mountpoints --- hosts/vno1-rp3b/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = [];