1771220158
This commit is contained in:
@@ -20,8 +20,4 @@
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
environment.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "$HOME/.bitwarden-ssh-agent.sock";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,4 +30,8 @@ in
|
||||
imports = homeModules;
|
||||
home.stateVersion = "25.11";
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
};
|
||||
|
||||
systemd.user.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
|
||||
BROWSER = "librewolf";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
identityAgent = "~/.bitwarden-ssh-agent.sock";
|
||||
};
|
||||
"localhost" = {
|
||||
extraOptions.UserKnownHostsFile = "/dev/null";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user