Update teleport to teleport_17
This commit is contained in:
parent
3609cddfad
commit
463e6f43bb
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
remmina
|
||||
|
||||
teleport.client
|
||||
teleport_17.client
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
environment.systemPackages = [ cfg.package ];
|
||||
|
||||
services.teleport = {
|
||||
package = pkgs.teleport_17;
|
||||
settings = {
|
||||
teleport = {
|
||||
nodename = config.networking.hostName;
|
||||
|
|
Loading…
Add table
Reference in a new issue