Loading nixos/modules/image/repart-verity-store.nix +6 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,12 @@ in }; }; fileSystems."/nix/store" = lib.mkDefault { device = "/usr/nix/store"; fsType = "none"; options = [ "bind" ]; }; image.repart.partitions = { # dm-verity hash partition ${cfg.partitionIds.store-verity}.repartConfig = { Loading nixos/tests/appliance-repart-image-verity-store.nix +2 −8 Original line number Diff line number Diff line Loading @@ -18,18 +18,12 @@ { imports = [ ../modules/image/repart.nix ]; virtualisation.fileSystems = lib.mkVMOverride { virtualisation.fileSystems = lib.mkVMOverride { }; fileSystems = { "/" = { fsType = "tmpfs"; options = [ "mode=0755" ]; }; # bind-mount the store "/nix/store" = { device = "/usr/nix/store"; fsType = "none"; options = [ "bind" ]; }; }; image.repart = { Loading Loading
nixos/modules/image/repart-verity-store.nix +6 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,12 @@ in }; }; fileSystems."/nix/store" = lib.mkDefault { device = "/usr/nix/store"; fsType = "none"; options = [ "bind" ]; }; image.repart.partitions = { # dm-verity hash partition ${cfg.partitionIds.store-verity}.repartConfig = { Loading
nixos/tests/appliance-repart-image-verity-store.nix +2 −8 Original line number Diff line number Diff line Loading @@ -18,18 +18,12 @@ { imports = [ ../modules/image/repart.nix ]; virtualisation.fileSystems = lib.mkVMOverride { virtualisation.fileSystems = lib.mkVMOverride { }; fileSystems = { "/" = { fsType = "tmpfs"; options = [ "mode=0755" ]; }; # bind-mount the store "/nix/store" = { device = "/usr/nix/store"; fsType = "none"; options = [ "bind" ]; }; }; image.repart = { Loading