status-notifir-watche: replace config var to cfg
This commit is contained in:
parent
6bd7e565ab
commit
d44b273099
|
@ -25,7 +25,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
config = mkIf config.services.status-notifier-watcher.enable {
|
||||
config = mkIf cfg.enable {
|
||||
systemd.user.services.status-notifier-watcher = {
|
||||
Unit = {
|
||||
Description = "SNI watcher";
|
||||
|
|
Loading…
Reference in a new issue