about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorYurii Matsiuk <24990891+ymatsiuk@users.noreply.github.com>2022-01-11 10:39:00 +0100
committerGitHub <noreply@github.com>2022-01-11 10:39:00 +0100
commit0806c2602a21a7450e614618725ce5ab12502c61 (patch)
tree077a03e081c01a86cff8c245c54e792e380c425f /nixos
parent47dc5bf2b95b466bcc434e2e089bbb91f640450b (diff)
Update nixos/modules/services/networking/teleport.nix
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/teleport.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/teleport.nix b/nixos/modules/services/networking/teleport.nix
index d5f44f5a78232..454791621800a 100644
--- a/nixos/modules/services/networking/teleport.nix
+++ b/nixos/modules/services/networking/teleport.nix
@@ -22,6 +22,7 @@ in
               auth_token = "60bdc117-8ff4-478d-95e4-9914597847eb";
               auth_servers = [ "192.168.1.1:3025" ];
               log.severity = "DEBUG";
+            };
             ssh_service = {
               enabled = true;
               labels = {