From 1a58e903e8eb3eb420bdbab6681d0af7932d3027 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 15 Jul 2024 17:26:28 +0200 Subject: [PATCH] renamed problematic option name --- features/containers.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/containers.nix b/features/containers.nix index a6dfb0a..7ed4a15 100644 --- a/features/containers.nix +++ b/features/containers.nix @@ -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"; };