spellcheck

This commit is contained in:
2026-01-18 10:47:22 -06:00
parent e5b8871d4e
commit d5a7657410

View File

@@ -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;