Disable ssh access to all nspawn containers

This commit is contained in:
SebastianStork 2024-09-17 00:44:03 +02:00
parent 5b1fc56176
commit 79c0adff08

View file

@ -85,10 +85,7 @@ in
};
sops.secrets."tailscale-auth-key" = { };
myConfig.tailscale = {
enable = true;
ssh.enable = true;
};
myConfig.tailscale.enable = true;
};
}) containers;
}