nixos/tetrd: add to module list and fix enable description

The module was dangling and and not listed.
This commit is contained in:
Markus Kowalewski 2022-02-24 17:09:56 +01:00 committed by Jonathan Ringer
parent 09df242ab1
commit 5721945070
2 changed files with 2 additions and 1 deletions

View file

@ -898,6 +898,7 @@
./services/networking/tcpcrypt.nix
./services/networking/teamspeak3.nix
./services/networking/tedicross.nix
./services/networking/tetrd.nix
./services/networking/teleport.nix
./services/networking/thelounge.nix
./services/networking/tinc.nix

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
options.services.tetrd.enable = lib.mkEnableOption pkgs.tetrd.meta.description;
options.services.tetrd.enable = lib.mkEnableOption "tetrd";
config = lib.mkIf config.services.tetrd.enable {
environment = {