testing setting passwords

This commit is contained in:
Kyle Isom 2025-09-01 00:39:53 -07:00
parent 01033b8c26
commit b93e3cf830
2 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,6 @@
stumpwm
syncthing
via
vial
xfce.thunar
xfce.thunar-volman
xfce.xfce4-power-manager

View File

@ -73,7 +73,10 @@
services.cron.enable = true;
systemd.sysusers.enable = true;
users.mutableUsers = true;
users.users.kyle = {
initialPassword = "password";
isNormalUser = true;
extraGroups = [
"wheel"