fix(nix): disable the nixpkgs tranquil module when the repo module is used

This commit is contained in:
nelind
2026-06-17 11:53:58 +02:00
parent 48ae1e8b7b
commit 2ca15fe7a0
+2
View File
@@ -14,6 +14,8 @@ in
{
_class = "nixos";
disabledModules = [ "services/web-apps/tranquil-pds.nix" ];
options.services.tranquil-pds = {
enable = lib.mkEnableOption "tranquil-pds AT Protocol personal data server";