parent
78fcbbf4d7
commit
604e19a794
1 changed files with 29 additions and 26 deletions
|
@ -157,6 +157,7 @@
|
||||||
jujutsu
|
jujutsu
|
||||||
zellij
|
zellij
|
||||||
htop
|
htop
|
||||||
|
sshconfig
|
||||||
|
|
||||||
/*
|
/*
|
||||||
broot
|
broot
|
||||||
|
@ -1985,33 +1986,35 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
admin-user-device = {
|
sshconfig = {
|
||||||
programs.ssh.enable = true;
|
programs.ssh = {
|
||||||
matchBlocks = {
|
enable = true;
|
||||||
"git.lyte.dev" = {
|
matchBlocks = {
|
||||||
# hostname = "git.lyte.dev";
|
"git.lyte.dev" = {
|
||||||
user = "forgejo";
|
# hostname = "git.lyte.dev";
|
||||||
};
|
user = "forgejo";
|
||||||
"github.com" = {
|
};
|
||||||
user = "git";
|
"github.com" = {
|
||||||
};
|
user = "git";
|
||||||
"gitlab.com" = {
|
};
|
||||||
user = "git";
|
"gitlab.com" = {
|
||||||
};
|
user = "git";
|
||||||
"codeberg.org" = {
|
};
|
||||||
user = "git";
|
"codeberg.org" = {
|
||||||
};
|
user = "git";
|
||||||
"git.hq.bill.com" = {
|
};
|
||||||
user = "git";
|
"git.hq.bill.com" = {
|
||||||
};
|
user = "git";
|
||||||
work = {
|
};
|
||||||
user = "daniel.flanagan";
|
work = {
|
||||||
|
user = "daniel.flanagan";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
extraConfig = ''
|
||||||
|
Include config.d/*
|
||||||
|
# pass obscure/keys/ssh-key-ed25519 | tail -n 7
|
||||||
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
|
||||||
Include config.d/*
|
|
||||||
# pass obscure/keys/ssh-key-ed25519 | tail -n 7
|
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue