status-notifir-watche: replace config var to cfg

This commit is contained in:
Anton Plotnikov 2018-07-25 16:28:08 +03:00
parent 6bd7e565ab
commit d44b273099

View file

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