Add arion package

This commit is contained in:
Sam 2024-07-06 16:01:17 +01:00
parent 614b9765dd
commit db7bce57e7
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
pkgs.arion
];
# Arion works with Docker, but for NixOS-based containers, you need Podman
# since NixOS 21.05.
virtualisation = {
podman = {
enable = true;