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; [
remmina
teleport.client
teleport_17.client
];
}

View file

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