From 452caf0f22d72d6c496bfa62dc8bad3ef262c734 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 9 Oct 2023 11:08:53 +0200 Subject: [PATCH] refactor: btrfs-mount-options module --- hosts/yodaNas/host-specific.nix | 6 ------ 1 file changed, 6 deletions(-) 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)