221 current 2025-06-10 03:07:59 25.11.20250607.3e3afe5 6.15.1 *

This commit is contained in:
2025-06-10 03:08:09 -04:00
parent a527dfd0c4
commit af7bab5ed9
3 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
sessionPath = [
"$HOME/scripts"
];
sessionVariables = {
SSH_AUTH_SOCK = /home/chase/.bitwarden-ssh-agent.sock;
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
};
shellAliases = {
gs = "git status";
"..." = "cd ../..";

View File

@@ -133,7 +133,7 @@
defaultSopsFile = ../secrets.yaml;
validateSopsFiles = false;
age = {
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
keyFile = "/var/lib/sops-nix/key.txt";
generateKey = true;
};