From ab2ea34e506f90b2123e7e9fac7a1a50efe12c86 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 2 Aug 2018 11:34:17 +0200 Subject: [PATCH] Vsftpd 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 2c784eb..09b0bb3 100644 --- a/systems/LoutreOS/hardware-configuration.nix +++ b/systems/LoutreOS/hardware-configuration.nix @@ -117,6 +117,11 @@ fsType = "zfs"; }; + fileSystems."/var/vsftpd" = + { device = "loutrepool/var/vsftpd"; + fsType = "zfs"; + }; + fileSystems."/mnt/backup" = { device = "backup"; fsType = "zfs";