From 2fb44b3bd755105efc0fee7f0caeafaac7b9f086 Mon Sep 17 00:00:00 2001 From: chn Date: Fri, 7 Jul 2023 00:01:23 +0800 Subject: [PATCH] use std:3 --- modules/boot/chn-PC.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/boot/chn-PC.nix b/modules/boot/chn-PC.nix index c744d1fd..21167e49 100644 --- a/modules/boot/chn-PC.nix +++ b/modules/boot/chn-PC.nix @@ -9,7 +9,7 @@ inputs: { device = "/dev/mapper/root"; fsType = "btrfs"; - options = [ "subvol=nix/rootfs/current" "compress-force=zstd:8" ]; + options = [ "subvol=nix/rootfs/current" "compress-force=zstd" ]; }; # Disable CoW for VM image and database: # sudo chattr +C images @@ -25,13 +25,13 @@ inputs: { device = "/dev/mapper/root"; fsType = "btrfs"; - options = [ "subvol=nix" "compress-force=zstd:8" ]; + options = [ "subvol=nix" "compress-force=zstd" ]; }; "/boot" = { device = "/dev/disk/by-uuid/02e426ec-cfa2-4a18-b3a5-57ef04d66614"; fsType = "btrfs"; - options = [ "compress-force=zstd:15" ]; + options = [ "compress-force=zstd" ]; }; "/boot/efi" = {