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; +}