mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat(secret): add user_password
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
"wifi_password" = {
|
||||
owner = currentSystemUser;
|
||||
};
|
||||
"user_password" = {
|
||||
neededForUsers = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user