Revert "bastion: fixup the mount of the ebsVolume"
This reverts commit 406a59814df3e245143b8fbab60d138417f35852.
Graham Christensen committed
Apr 20, 2021 at 15:26 UTC
39212cfef7a8fd6d447ea870cad8abf46212a845
1 file changed
+1
-2
bastion/network.nix
+1
-2
@@ -167,9 +167,8 @@ in
167
fileSystems."/scratch" =
168
{ autoFormat = true;
169
fsType = "ext4";
170
- device = "/dev/disk/by-id/nvme-Amazon_Elastic_Block_Store_vol05abc1e7f806e6c7d";
170
+ device = "/dev/xvdh";
171
ec2.disk = resources.ebsVolumes.scratch;
172
- options = [ "nofail" ];
172
};
173
174
# work around releases taking too much memory