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";