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 = [ {