diff --git a/configuration.nix b/configuration.nix index 5c88298..6aa4ffb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,7 +22,7 @@ ./services/minecraft.nix ./services/wg.nix - ./services/qbittorrent.nix + # ./services/qbittorrent.nix ./services/bitmagnet.nix # ./services/matrix.nix diff --git a/services/soulseek.nix b/services/soulseek.nix index eb1148f..6fb6d85 100644 --- a/services/soulseek.nix +++ b/services/soulseek.nix @@ -14,8 +14,8 @@ in imports = [ (serviceMountDeps "slskd" [ service_configs.slskd.base - service_configs.slskd.downloads - service_configs.slskd.incomplete + # service_configs.slskd.downloads + # service_configs.slskd.incomplete ]) ]; diff --git a/zfs.nix b/zfs.nix index 70e4fde..23b9926 100644 --- a/zfs.nix +++ b/zfs.nix @@ -31,7 +31,7 @@ in boot.supportedFilesystems = [ "zfs" ]; boot.zfs.extraPools = [ service_configs.zpool_ssds - service_configs.zpool_hdds + # service_configs.zpool_hdds ]; services.sanoid = { @@ -66,15 +66,15 @@ in yearly = 0; }; - datasets."${service_configs.zpool_hdds}" = { - recursive = true; - autoprune = true; - autosnap = true; - hourly = 0; - daily = 0; - monthly = 0; - yearly = 0; - }; + # datasets."${service_configs.zpool_hdds}" = { + # recursive = true; + # autoprune = true; + # autosnap = true; + # hourly = 0; + # daily = 0; + # monthly = 0; + # yearly = 0; + # }; }; services.zfs = {