mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
renamed problematic option name
This commit is contained in:
parent
5e13aac4cd
commit
1a58e903e8
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue