From 279ca4ea9ca62147b28b8b8617fab96e9b16619a Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 1 Apr 2018 12:27:49 +0200 Subject: [PATCH] MAJ ZFS mounts --- hardware-configuration.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index ea5ce24..4df7b58 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -27,26 +27,26 @@ fsType = "zfs"; }; - fileSystems."/mnt/medias" = - { device = "loutrepool/medias"; - fsType = "zfs"; - }; - - fileSystems."/mnt/syncthing" = - { device = "loutrepool/syncthing"; - fsType = "zfs"; - }; - fileSystems."/mnt/containers_volumes" = { device = "loutrepool/containers_volumes"; fsType = "zfs"; }; + fileSystems."/mnt/medias" = + { device = "loutrepool/medias"; + fsType = "zfs"; + }; + fileSystems."/mnt/steam" = { device = "loutrepool/steam"; fsType = "zfs"; }; + fileSystems."/mnt/syncthing" = + { device = "loutrepool/syncthing"; + fsType = "zfs"; + }; + swapDevices = [ ]; nix.maxJobs = lib.mkDefault 4;