[shared] Updated Zed config, changed user config to just username

This commit is contained in:
2025-04-18 19:49:14 +02:00
parent 31c25681c5
commit e97dd6f5ce
6 changed files with 13 additions and 16 deletions

View File

@ -22,7 +22,7 @@
users = {
mutableUsers = false;
users.${systemConfig.user.name} = {
users.${systemConfig.username} = {
isNormalUser = true;
hashedPasswordFile = config.sops.secrets.password.path;
extraGroups = [ "wheel" ];