ssh8022: expand to more clients and servers

This commit is contained in:
2024-08-25 11:37:56 +03:00
parent 2beabf8ad8
commit bc6cc6eb84
4 changed files with 23 additions and 2 deletions

View File

@@ -10,6 +10,11 @@ in
../../modules/profiles/btrfs
];
age.secrets.ssh8022-client = {
file = ../../secrets/ssh8022.age;
mode = "444";
};
boot = {
kernelModules = [ "kvm-intel" ];
loader.systemd-boot.enable = true;
@@ -67,6 +72,11 @@ in
services = {
sshguard.enable = false;
ssh8022.client = {
enable = true;
keyfile = config.age.secrets.ssh8022-client.path;
};
tailscale = {
enable = true;
verboseLogs = true;