From f2bd0a43ec98aed6b9dfdec971a8cf19f2545378 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 26 Sep 2024 22:17:59 +0300 Subject: [PATCH] feat: use gzip again in gitea runner --- hosts/wolumonde/modules/gitea-act.nix | 2 +- hosts/wsl/modules/podman.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 hosts/wsl/modules/podman.nix diff --git a/hosts/wolumonde/modules/gitea-act.nix b/hosts/wolumonde/modules/gitea-act.nix index a319a9f..b722674 100644 --- a/hosts/wolumonde/modules/gitea-act.nix +++ b/hosts/wolumonde/modules/gitea-act.nix @@ -16,7 +16,7 @@ nodejs wget gnutar - xz + gzip ]; }; } diff --git a/hosts/wsl/modules/podman.nix b/hosts/wsl/modules/podman.nix new file mode 100644 index 0000000..acfd1a8 --- /dev/null +++ b/hosts/wsl/modules/podman.nix @@ -0,0 +1,3 @@ +{ + virtualisation.podman.enable = true; +}