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