Skip to content

Commit ed9041f

Browse files
committed
wire efs filesystem id
1 parent 288b7f1 commit ed9041f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/examples/clawdinator-host.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
memoryDir = "/memory";
1717
memoryEfs = {
1818
enable = true;
19-
fileSystemId = "fs-REPLACE_ME";
19+
fileSystemId = "fs-0e7920726c2965a88";
2020
region = "eu-central-1";
2121
mountPoint = "/memory";
2222
};

nix/hosts/clawdinator-1.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
memoryDir = "/memory";
4444
memoryEfs = {
4545
enable = true;
46-
fileSystemId = "fs-REPLACE_ME";
46+
fileSystemId = "fs-0e7920726c2965a88";
4747
region = "eu-central-1";
4848
mountPoint = "/memory";
4949
};

0 commit comments

Comments
 (0)