From 90461aa977d765870f2977376f429d0d1e2e9853 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 18 Jun 2018 18:49:59 +0200 Subject: [PATCH] Montage backup --- 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 ab2d023..7088adc 100644 --- a/systems/LoutreOS/hardware-configuration.nix +++ b/systems/LoutreOS/hardware-configuration.nix @@ -117,6 +117,11 @@ fsType = "zfs"; }; + fileSystems."/mnt/backup_loutre" = + { device = "loutrepool/backup"; + fsType = "zfs"; + }; + swapDevices = [ {