Update nixos-module.nix

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
jooooscha 2022-10-11 16:50:55 +02:00 committed by GitHub
parent 40b41d3b7b
commit 3131319c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
'';