This commit is contained in:
Matthew Tran
2025-05-03 22:34:20 -07:00
parent 1846d973a3
commit 3e5a59d513
10 changed files with 233 additions and 189 deletions
+7 -3
View File
@@ -4,8 +4,9 @@
"ssh_keys": [
"ssh-ed25519 AAAA..."
],
"var_key": "<LUKS key>",
"var_wipe": false
"home_key": "<LUKS key>",
"home_wipe": false,
"data_dir": "/var/home/core/matthewtrancom_data"
},
"drives": [
{
@@ -14,5 +15,8 @@
"name": "stuff",
"wipe": false
}
]
],
"minecraft": {
"world": "main"
}
}