a dotfile but it's really big
0
fork

Configure Feed

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

reg/pds: lint issue & wakuna fmt

karitham ae521c6c cc483983

+2 -2
+1 -1
hosts/reg/pds.nix
··· 41 41 useACMEHost = "0xf.fr"; 42 42 forceSSL = true; 43 43 locations."/" = { 44 - proxyPass = "http://127.0.0.1:${builtins.toString config.services.bluesky-pds.settings.PDS_PORT}"; 44 + proxyPass = "http://127.0.0.1:${toString config.services.bluesky-pds.settings.PDS_PORT}"; 45 45 proxyWebsockets = true; 46 46 }; 47 47 };
+1 -1
hosts/wakuna/default.nix
··· 10 10 ]; 11 11 12 12 sdImage.compressImage = false; 13 - 13 + 14 14 nixpkgs.hostPlatform = "aarch64-linux"; 15 15 system.stateVersion = "24.11"; 16 16