Compare commits

..

No commits in common. "e5ea9d82aa1583d5c28f804856c51c13b47bfe42" and "3d54d10f5b16fd774d1a25c53303c253fb612102" have entirely different histories.

3 changed files with 4 additions and 6 deletions

3
low-power-laptop/.stowrc Normal file
View file

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

View file

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

View file

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