From 3131319c812aff5a861b33706bfb20ac8d6da061 Mon Sep 17 00:00:00 2001 From: jooooscha <57965027+jooooscha@users.noreply.github.com> Date: Tue, 11 Oct 2022 16:50:55 +0200 Subject: [PATCH] Update nixos-module.nix Co-authored-by: Robert Hensing --- nixos-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-module.nix b/nixos-module.nix index 688a540..8a46b32 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -62,7 +62,7 @@ in options = { virtualisation.arion = { backend = mkOption { - type = types.enum [ "podman-socket" "docker" "docker-rootless" ]; + type = types.enum [ "podman-socket" "docker" ]; description = '' Which container implementation to use. '';