Loading nixos/modules/image/repart-verity-store.nix +2 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ in Verity = "hash"; VerityMatchKey = lib.mkDefault verityMatchKey; Label = lib.mkDefault "store-verity"; Minimize = lib.mkDefault "best"; }; # dm-verity data partition that contains the nix store ${cfg.partitionIds.store} = { Loading @@ -106,6 +107,7 @@ in Format = lib.mkDefault "erofs"; VerityMatchKey = lib.mkDefault verityMatchKey; Label = lib.mkDefault "store"; Minimize = lib.mkDefault "best"; }; }; Loading nixos/tests/appliance-repart-image-verity-store.nix +0 −6 Original line number Diff line number Diff line Loading @@ -50,12 +50,6 @@ SizeMinBytes = if config.nixpkgs.hostPlatform.isx86_64 then "64M" else "96M"; }; }; ${partitionIds.store-verity}.repartConfig = { Minimize = "best"; }; ${partitionIds.store}.repartConfig = { Minimize = "best"; }; }; }; Loading Loading
nixos/modules/image/repart-verity-store.nix +2 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ in Verity = "hash"; VerityMatchKey = lib.mkDefault verityMatchKey; Label = lib.mkDefault "store-verity"; Minimize = lib.mkDefault "best"; }; # dm-verity data partition that contains the nix store ${cfg.partitionIds.store} = { Loading @@ -106,6 +107,7 @@ in Format = lib.mkDefault "erofs"; VerityMatchKey = lib.mkDefault verityMatchKey; Label = lib.mkDefault "store"; Minimize = lib.mkDefault "best"; }; }; Loading
nixos/tests/appliance-repart-image-verity-store.nix +0 −6 Original line number Diff line number Diff line Loading @@ -50,12 +50,6 @@ SizeMinBytes = if config.nixpkgs.hostPlatform.isx86_64 then "64M" else "96M"; }; }; ${partitionIds.store-verity}.repartConfig = { Minimize = "best"; }; ${partitionIds.store}.repartConfig = { Minimize = "best"; }; }; }; Loading