Moved syncthing to userspace

This commit is contained in:
2026-01-25 23:29:52 -07:00
parent 4756405ccd
commit c9748d88ba
4 changed files with 9 additions and 24 deletions

View File

@@ -10,18 +10,4 @@
BROWSER = "librewolf";
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
};
programs.bash = {
enable = true;
initExtra = ''
export SSH_AUTH_SOCK="${config.home.homeDirectory}/.bitwarden-ssh-agent.sock"
'';
};
programs.zsh = {
enable = true;
initContent = ''
export SSH_AUTH_SOCK="${config.home.homeDirectory}/.bitwarden-ssh-agent.sock"
'';
};
}