mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
renamed problematic option name
This commit is contained in:
parent
5e13aac4cd
commit
1a58e903e8
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue