WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit d53d815e80 - Show all commits

View file

@ -19,14 +19,24 @@ Host aur
User aur User aur
host moria host moria
{%@@ if profile == "Rivendell" @@%}
HostName moria.reekynet.lan
port 22
{%@@ else @@%}
HostName reekynet.com HostName reekynet.com
port 221 port 221
{%@@ endif @@%}
User balrog User balrog
ForwardAgent yes ForwardAgent yes
host rivendell host rivendell
{%@@ if profile == "Moria" @@%}
HostName rivendell.reekynet.lan
port 22
{%@@ else @@%}
HostName reekynet.com HostName reekynet.com
port 222 port 222
{%@@ endif @@%}
User gimli User gimli
ForwardAgent yes ForwardAgent yes