testing setting passwords
This commit is contained in:
parent
01033b8c26
commit
b93e3cf830
|
@ -44,7 +44,6 @@
|
|||
stumpwm
|
||||
syncthing
|
||||
via
|
||||
vial
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
xfce.xfce4-power-manager
|
||||
|
|
|
@ -73,7 +73,10 @@
|
|||
|
||||
services.cron.enable = true;
|
||||
|
||||
systemd.sysusers.enable = true;
|
||||
users.mutableUsers = true;
|
||||
users.users.kyle = {
|
||||
initialPassword = "password";
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
|
|
Loading…
Reference in New Issue