rename options

This commit is contained in:
2026-01-21 09:42:51 -06:00
parent 65f878b20d
commit e86a839bd7
22 changed files with 57 additions and 53 deletions

View File

@@ -1,11 +1,11 @@
{ config, lib, ... }: {
options.sysconfig.virtualization.ntfy.enable = lib.mkOption {
options.sysconfig.containers.ntfy.enable = lib.mkOption {
type = lib.types.bool;
default = false;
};
config = lib.mkIf config.sysconfig.virtualization.ntfy.enable {
config = lib.mkIf config.sysconfig.containers.ntfy.enable {
containers.ntfy = {