FIX: remove filesystem config from user.toml

This commit is contained in:
2025-11-08 17:29:03 +01:00
parent b6756ecb46
commit 24bb84b51c

View File

@@ -2,7 +2,3 @@
name = "testuser" name = "testuser"
password = "test" password = "test"
groups = ["wheel"] groups = ["wheel"]
[[customizations.filesystem]]
mountpoint = "/"
minsize = "10 GiB"