diff --git a/hosts/yodaNas/host-specific.nix b/hosts/yodaNas/host-specific.nix index f4824c6..676b5b3 100644 --- a/hosts/yodaNas/host-specific.nix +++ b/hosts/yodaNas/host-specific.nix @@ -45,12 +45,6 @@ let ]; in { - # TODO: For "/" this cfg resides in base.nix - fileSystems = { - "/mnt/data".options = [ "compress=zstd" "noatime" "commit=120" ]; - "/mnt/backup".options = [ "compress=zstd" "noatime" "commit=120" ]; - }; - # Install de.p1st.monitor and netcup-dns Python packages. environment.systemPackages = [ (pkgs.python3.withPackages my-python-packages)