From b12884e16094c6edae53275fedd7035dd272f9d2 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 21 Jun 2018 10:52:21 +0200 Subject: [PATCH] Montage dh param --- systems/LoutreOS/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systems/LoutreOS/hardware-configuration.nix b/systems/LoutreOS/hardware-configuration.nix index f234dd1..ac8f29a 100644 --- a/systems/LoutreOS/hardware-configuration.nix +++ b/systems/LoutreOS/hardware-configuration.nix @@ -27,6 +27,11 @@ fsType = "zfs"; }; + fileSystems."/var/certs" = + { device = "loutrepool/var/certs"; + fsType = "zfs"; + }; + fileSystems."/var/lib/transmission" = { device = "loutrepool/var/transmission"; fsType = "zfs";