Select the types of activity you want to include in your feed.
1{ flakeRoot, ... }: 2 3{ 4 imports = [ 5 (flakeRoot + /config/server/databases/postgresql.nix) 6 ]; 7 8 services.postgresql = { 9 dataDir = "/mnt/apps/postgres/data"; 10 }; 11}