parent
78fcbbf4d7
commit
604e19a794
1 changed files with 29 additions and 26 deletions
|
@ -157,6 +157,7 @@
|
|||
jujutsu
|
||||
zellij
|
||||
htop
|
||||
sshconfig
|
||||
|
||||
/*
|
||||
broot
|
||||
|
@ -1985,8 +1986,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
admin-user-device = {
|
||||
programs.ssh.enable = true;
|
||||
sshconfig = {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"git.lyte.dev" = {
|
||||
# hostname = "git.lyte.dev";
|
||||
|
@ -2014,4 +2016,5 @@
|
|||
IdentityFile ~/.ssh/id_ed25519
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue