renamed problematic option name

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

View file

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