From d5a765741052befc8bd8b9b0277f9f233ab6c187 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 18 Jan 2026 10:47:22 -0600 Subject: [PATCH] spellcheck --- system/services/docker/portainer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/docker/portainer/default.nix b/system/services/docker/portainer/default.nix index 4260a0f..c468545 100644 --- a/system/services/docker/portainer/default.nix +++ b/system/services/docker/portainer/default.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: lib.mkIf config.sysconfig.services.docker.enable { +{ config, lib, ... }: lib.mkIf config.sysconfig.docker.enable { options.sysconfig.docker.portainer.enable = with lib; mkOption { type = with types; bool;