cachy kernel naming
This commit is contained in:
@@ -10,7 +10,7 @@ in
|
||||
{
|
||||
imports = [ ./options.nix ];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
config = {
|
||||
sops = {
|
||||
age.keyFile = "/home/${config.${namespace}.user.name}/.config/sops/age/keys.txt";
|
||||
defaultSopsFile = "/etc/nixos/secrets/secrets.yaml";
|
||||
@@ -25,7 +25,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.zsh.initExtra = ''
|
||||
programs.zsh.initContent = ''
|
||||
if [ -f ${config.sops.templates.".env".path} ]; then
|
||||
export $(grep -v '^#' ${config.sops.templates.".env".path} | xargs)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user