feat(secret): add user_password

This commit is contained in:
2026-03-07 17:14:20 +01:00
parent 46d1bfe57e
commit 8dac4d9426
3 changed files with 9 additions and 3 deletions

View File

@@ -13,6 +13,9 @@
"wifi_password" = {
owner = currentSystemUser;
};
"user_password" = {
neededForUsers = true;
};
};
};
}