diff --git a/README.md b/README.md index 838b773..3e75918 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ trok = { inputs.trok.nixosModules.default ]; - tux.services.trok = { + tnix.services.trok = { enable = true; host = "0.0.0.0"; port = 1337; diff --git a/module.nix b/module.nix index 81a8c9f..74a284a 100644 --- a/module.nix +++ b/module.nix @@ -5,9 +5,9 @@ ... }: with lib; let - cfg = config.tux.services.trok; + cfg = config.services.trok; in { - options.tux.services.trok = { + options.services.trok = { enable = mkEnableOption "Enable trok"; host = mkOption {