1770510070

This commit is contained in:
2026-02-07 17:21:10 -07:00
parent f1c4902466
commit ff3e9ef40d

18
modules/home/ssh.nix Normal file
View File

@@ -0,0 +1,18 @@
programs.ssh = {
extraConfig = "
Host localhost
UserKnownHostsFile /dev/null
Host tux
HostName tuxworld.usask.ca
User atl175
Host haschel
HostName haschel
User fedora
Host lloyd
HostName lloyd
User truenas_admin
";
};