This commit is contained in:
Daniel Langbein 2023-09-16 13:00:15 +02:00
parent da6f6d58c3
commit 5711c62ff7
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 6 additions and 3 deletions

View File

@ -49,7 +49,8 @@ in
#../../modules/docker.nix #../../modules/docker.nix
]; ];
# Manually enable compression # BTRFS compression.
# `nixos-generate-config` does not detect mount options, so we add them here.
# https://nixos.wiki/wiki/Btrfs#Compression # https://nixos.wiki/wiki/Btrfs#Compression
fileSystems = { fileSystems = {
"/".options = [ "compress=zstd" ]; "/".options = [ "compress=zstd" ];

View File

@ -49,7 +49,8 @@ in
../../modules/docker.nix ../../modules/docker.nix
]; ];
# Manually enable compression # BTRFS compression.
# `nixos-generate-config` does not detect mount options, so we add them here.
# https://nixos.wiki/wiki/Btrfs#Compression # https://nixos.wiki/wiki/Btrfs#Compression
fileSystems = { fileSystems = {
"/".options = [ "compress=zstd" ]; "/".options = [ "compress=zstd" ];

View File

@ -51,7 +51,8 @@ in
../../modules/docker.nix ../../modules/docker.nix
]; ];
# Manually enable compression # BTRFS compression.
# `nixos-generate-config` does not detect mount options, so we add them here.
# https://nixos.wiki/wiki/Btrfs#Compression # https://nixos.wiki/wiki/Btrfs#Compression
fileSystems = { fileSystems = {
"/".options = [ "compress=zstd" ]; "/".options = [ "compress=zstd" ];