feat: enable waydroid & lxd

This commit is contained in:
Ryan Yin
2023-12-05 11:18:15 +08:00
parent ef60e7bf91
commit 37b34beca4
2 changed files with 7 additions and 3 deletions
+1 -2
View File
@@ -10,7 +10,6 @@
"${username}" = {};
docker = {};
wireshark = {};
# for android platform tools's udev rules
adbusers ={};
dialout = {};
@@ -22,7 +21,7 @@
users.users."${username}" = {
# generated by `mkpasswd -m scrypt`
# we have to use initialHashedPassword here, if your'are using tmpfs for /
# we have to use initialHashedPassword here when using tmpfs for /
initialHashedPassword = "$7$CU..../....Sdl/JRH..9eIvZ6mE/52r.$xeR6lyvTcVVKt28Owcoc/vPOOECcYSiq1xjw/QCz2t0";
home = "/home/${username}";
isNormalUser = true;