Compare commits

...

3 commits

Author SHA1 Message Date
BuyMyMojo
e5ea9d82aa
Remove useless folder 2025-04-04 13:13:31 +11:00
BuyMyMojo
be9f18ddd3
Fix laptop ssh config 2025-04-04 13:13:31 +11:00
BuyMyMojo
bbca96d4fc
Add config for ssh into home 2025-04-04 13:13:31 +11:00
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +0,0 @@
--target=/etc/nixos
--ignore=.stowrc
--ignore=DS_Store

View file

@ -79,7 +79,7 @@
programs.ssh.matchBlocks = {
"*" = {
identityFile = "/home/buymymojo/.ssh/id_ed25519";
identityFile = "/home/aria/.ssh/id_ed25519";
};
};

View file

@ -85,6 +85,11 @@ in
user = "git";
port = 23;
};
"vtt.buymymojo.net" = {
hostname = "vtt.buymymojo.net";
user = "admin";
};
};
# === shells ===