Woohoo!
Some checks failed
/ check (push) Failing after 2m11s

This commit is contained in:
Daniel Flanagan 2025-01-08 10:40:08 -06:00
parent 78fcbbf4d7
commit 604e19a794

View file

@ -157,6 +157,7 @@
jujutsu jujutsu
zellij zellij
htop htop
sshconfig
/* /*
broot broot
@ -1985,8 +1986,9 @@
}; };
}; };
admin-user-device = { sshconfig = {
programs.ssh.enable = true; programs.ssh = {
enable = true;
matchBlocks = { matchBlocks = {
"git.lyte.dev" = { "git.lyte.dev" = {
# hostname = "git.lyte.dev"; # hostname = "git.lyte.dev";
@ -2014,4 +2016,5 @@
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
''; '';
}; };
};
} }