renamed problematic option name

This commit is contained in:
Harry 2024-07-15 17:26:28 +02:00
parent 5e13aac4cd
commit 1a58e903e8

View file

@ -2,11 +2,11 @@
with lib;
let
cfg = config.containers;
cfg = config.docker;
in
{
options = {
containers.minecraft.path = mkOption {
docker.minecraft.path = mkOption {
type = types.str;
default = "/srv/Minecraft";
};