mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
docs
This commit is contained in:
parent
da6f6d58c3
commit
5711c62ff7
@ -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" ];
|
||||||
|
@ -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" ];
|
||||||
|
@ -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" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user