Configure teleport on srv01-hf

This commit is contained in:
JuliusFreudenberger 2025-09-18 01:11:06 +02:00
parent abf81609e4
commit fadfd47e3f

View file

@ -15,11 +15,21 @@
../../modules/sshd.nix
../../modules/qemu-guest.nix
../../modules/docker.nix
../../modules/teleport.nix
../../modules/auto-upgrade.nix
# Include the results of the hardware scan.
./hardware-configuration.nix
];
services.openssh.openFirewall = false;
services.teleport = {
enable = true;
settings.teleport = {
ca_pin = config.age.secrets."teleport-ca_pin".path;
auth_token = config.age.secrets."teleport-join_token".path;
};
};
systemd.network = {
enable = true;
networks."10-wan" = {