Update teleport to teleport_17

This commit is contained in:
JuliusFreudenberger 2025-04-04 21:42:49 +03:00
parent 3609cddfad
commit 463e6f43bb
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
remmina remmina
teleport.client teleport_17.client
]; ];
} }

View file

@ -12,6 +12,7 @@
environment.systemPackages = [ cfg.package ]; environment.systemPackages = [ cfg.package ];
services.teleport = { services.teleport = {
package = pkgs.teleport_17;
settings = { settings = {
teleport = { teleport = {
nodename = config.networking.hostName; nodename = config.networking.hostName;