bup
This commit is contained in:
+7
-8
@@ -89,22 +89,21 @@
|
||||
'' ;
|
||||
|
||||
home.file.".config/1Password/ssh/agent.toml".source = ./config.agent.toml;
|
||||
|
||||
# ~/.config (dotfiles)
|
||||
xdg.enable = true;
|
||||
xdg.configFile."biome.json".source = ./config.biome.json;
|
||||
xdg.configFile."oxlintrc.json".source = ./config.oxlintrc.json;
|
||||
xdg.configFile."ssh.conf".source = ./config.ssh.conf;
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
extraConfig = builtins.readFile ./config.ssh.conf;
|
||||
matchBlocks = {
|
||||
"thiccdata.io" = {
|
||||
hostname = "192.168.1.45";
|
||||
user = "mbessette";
|
||||
port = 2222;
|
||||
};
|
||||
"*" = {
|
||||
controlMaster = "auto";
|
||||
controlPath = "~/.ssh/master-%r@%h:%p";
|
||||
extraOptions = {
|
||||
"IdentityAgent" = "~/.1password/agent.sock";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user