From 204fa6b919e8c8f92cda6615d65503b4abbd695f Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 23 Dec 2018 01:10:28 +0100 Subject: [PATCH] monter les fichier 7 days to die dans ZFS --- 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 0687d2a86..a093111e8 100644 --- a/systems/LoutreOS/hardware-configuration.nix +++ b/systems/LoutreOS/hardware-configuration.nix @@ -112,6 +112,11 @@ fsType = "zfs"; }; + fileSystems."/var/lib/private/sdtdserver" = + { device = "loutrepool/var/sdtdserver"; + fsType = "zfs"; + }; + fileSystems."/var/dkim" = { device = "loutrepool/var/dkim"; fsType = "zfs";