teamspeak: move to version 6
This commit is contained in:
parent
453035cf18
commit
f7eece03f0
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ in
|
||||||
enable = mkBoolOpt false "Whether or not to enable basic configuration";
|
enable = mkBoolOpt false "Whether or not to enable basic configuration";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ teamspeak_client ]; };
|
config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ teamspeak6-client ]; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue