My Nix Configuration
2
fork

Configure Feed

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

[marvin] planka: use nodejs-slim

Only provides node which is all we need

dish 396161ce 94e552b8

+1 -1
+1 -1
hosts/marvin/services/planka.nix
··· 43 43 description = "Planka Server"; 44 44 wantedBy = [ "multi-user.target" ]; 45 45 after = [ "postgresql.target" ]; 46 - path = [ pkgs.nodejs ]; 46 + path = [ pkgs.nodejs-slim ]; 47 47 environment = { 48 48 BASE_URL = "https://${d.extUrl}"; 49 49 DEFAULT_ADMIN_EMAIL = "pyrox@pyrox.dev";