home-manager: Add SSH configuration

This commit is contained in:
2022-02-17 18:36:39 +00:00
parent 778f635542
commit a814bdfcf8
2 changed files with 66 additions and 3 deletions

View File

@@ -3,6 +3,17 @@
# So home-manager will inject the sourcing of ~/.nix-profile/etc/profile.d/nix.sh
targets.genericLinux.enable = true;
my = {
ssh.matchBlocks = {
home = {
host =
"vm keep.core fw firewall moat.vm storage cellar.vm lxd ship.vm docker whale.vm kerberos gatehouse.lxd " +
"nginx.lxd upnp.lxd souterrain.lxd drawbridge.lxd mailcow.lxd";
user = "root";
};
};
};
programs = {
kakoune.enable = true;
};