From a4cc0e102379cda3d5733d2ce8d6893c604a2e46 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 5 Jun 2018 19:37:02 +0200 Subject: [PATCH] Ajouts services dans ZFS --- hardware-configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index ec4c46a..ab2d023 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -92,6 +92,16 @@ fsType = "zfs"; }; + fileSystems."/var/lib/jackett" = + { device = "loutrepool/var/jackett"; + fsType = "zfs"; + }; + + fileSystems."/var/lib/gitea" = + { device = "loutrepool/var/gitea"; + fsType = "zfs"; + }; + fileSystems."/var/dkim" = { device = "loutrepool/var/dkim"; fsType = "zfs";