✨ [shared] Updated Zed config, changed user config to just username
This commit is contained in:
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ config, systemConfig, ... }:
|
||||
let
|
||||
username = systemConfig.user.name;
|
||||
username = systemConfig.username;
|
||||
in
|
||||
{
|
||||
users.users.${username} = {
|
||||
|
Reference in New Issue
Block a user