refactor: btrfs-mount-options module

This commit is contained in:
Daniel Langbein 2023-10-09 11:08:53 +02:00
parent d2aafab2bf
commit 452caf0f22
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -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)