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;