Compare commits
3 commits
3d54d10f5b
...
e5ea9d82aa
Author | SHA1 | Date | |
---|---|---|---|
|
e5ea9d82aa | ||
|
be9f18ddd3 | ||
|
bbca96d4fc |
3 changed files with 6 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
||||||
--target=/etc/nixos
|
|
||||||
--ignore=.stowrc
|
|
||||||
--ignore=DS_Store
|
|
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
programs.ssh.matchBlocks = {
|
programs.ssh.matchBlocks = {
|
||||||
"*" = {
|
"*" = {
|
||||||
identityFile = "/home/buymymojo/.ssh/id_ed25519";
|
identityFile = "/home/aria/.ssh/id_ed25519";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -85,6 +85,11 @@ in
|
||||||
user = "git";
|
user = "git";
|
||||||
port = 23;
|
port = 23;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"vtt.buymymojo.net" = {
|
||||||
|
hostname = "vtt.buymymojo.net";
|
||||||
|
user = "admin";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# === shells ===
|
# === shells ===
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue