[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

@ -14,7 +14,7 @@
defaultSopsFile = lib.custom.relativeToRoot "shared/secrets/secrets.yaml";
defaultSopsFormat = "yaml";
age.keyFile = "/home/${systemConfig.user.name}/.config/sops/age/keys.txt";
age.keyFile = "/home/${systemConfig.username}/.config/sops/age/keys.txt";
secrets.password.neededForUsers = true;
};
}