spellcheck
This commit is contained in:
@@ -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 {
|
options.sysconfig.docker.portainer.enable = with lib; mkOption {
|
||||||
type = with types; bool;
|
type = with types; bool;
|
||||||
|
|||||||
Reference in New Issue
Block a user