Our Personal Data Server from scratch!
0

Configure Feed

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

fix(nix): override the right frontend package setting in the flake nixos module

author
nelind
date (May 27, 2026, 1:04 AM +0200) commit fc6063db parent 44cb0167 change-id nqrvqqot
+1 -1
+1 -1
flake.nix
··· 36 36 imports = [ ./module.nix ]; 37 37 config.services.tranquil-pds = { 38 38 package = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-pds; 39 - settings.frontend.package = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-frontend; 39 + settings.frontend.dir = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-frontend; 40 40 }; 41 41 }; 42 42 };