Our Personal Data Server from scratch!
0

Configure Feed

Select the types of activity you want to include in your feed.

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

author
nelind
date (Jun 17, 2026, 11:53 AM +0200) commit 2ca15fe7 parent 48ae1e8b change-id xnqtmpmk
+2
+2
module.nix
··· 14 14 { 15 15 _class = "nixos"; 16 16 17 + disabledModules = [ "services/web-apps/tranquil-pds.nix" ]; 18 + 17 19 options.services.tranquil-pds = { 18 20 enable = lib.mkEnableOption "tranquil-pds AT Protocol personal data server"; 19 21