My nix-darwin and NixOS config
3
fork

Configure Feed

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

fix: resolve port collision between grafana and the pds

+1 -1
+1 -1
modules/options.nix
··· 754 754 }; 755 755 port = mkOption { 756 756 type = int; 757 - default = 3000; 757 + default = 3100; 758 758 description = "Local port Grafana listens on."; 759 759 }; 760 760 nextcloudMetrics = mkOption {