home-manager/configs: Add macsimum and use SSH extraConfig

This commit is contained in:
2022-02-21 13:19:21 +00:00
parent 953770f339
commit 7180d265c4
5 changed files with 64 additions and 43 deletions

View File

@@ -15,6 +15,9 @@
hostname = "h.nul.ie";
sshOpts = [ "-4" "-p" "8022" ];
};
};
programs = {
ssh.matchBlocks = {
home = {
host =
@@ -23,9 +26,7 @@
user = "root";
};
};
};
programs = {
kakoune.enable = true;
};
};