Compare commits
No commits in common. "e5ea9d82aa1583d5c28f804856c51c13b47bfe42" and "3d54d10f5b16fd774d1a25c53303c253fb612102" have entirely different histories.
e5ea9d82aa
...
3d54d10f5b
3 changed files with 4 additions and 6 deletions
3
low-power-laptop/.stowrc
Normal file
3
low-power-laptop/.stowrc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
--target=/etc/nixos
|
||||||
|
--ignore=.stowrc
|
||||||
|
--ignore=DS_Store
|
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
programs.ssh.matchBlocks = {
|
programs.ssh.matchBlocks = {
|
||||||
"*" = {
|
"*" = {
|
||||||
identityFile = "/home/aria/.ssh/id_ed25519";
|
identityFile = "/home/buymymojo/.ssh/id_ed25519";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -85,11 +85,6 @@ 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