Update nixos-module.nix
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
40b41d3b7b
commit
3131319c81
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ in
|
||||||
options = {
|
options = {
|
||||||
virtualisation.arion = {
|
virtualisation.arion = {
|
||||||
backend = mkOption {
|
backend = mkOption {
|
||||||
type = types.enum [ "podman-socket" "docker" "docker-rootless" ];
|
type = types.enum [ "podman-socket" "docker" ];
|
||||||
description = ''
|
description = ''
|
||||||
Which container implementation to use.
|
Which container implementation to use.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue