this repo has no description
4
fork

Configure Feed

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

feat: use gzip again in gitea runner

+4 -1
+1 -1
hosts/wolumonde/modules/gitea-act.nix
··· 16 16 nodejs 17 17 wget 18 18 gnutar 19 - xz 19 + gzip 20 20 ]; 21 21 }; 22 22 }
+3
hosts/wsl/modules/podman.nix
··· 1 + { 2 + virtualisation.podman.enable = true; 3 + }