enable -> cfg.enable
This commit is contained in:
parent
a1cddab829
commit
ee4024752c
|
@ -45,7 +45,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = mkIf enable {
|
||||
config = mkIf cfg.enable {
|
||||
systemd.user.services.tattler = {
|
||||
path = [ tattler ];
|
||||
wantedBy = [ "default.target" ];
|
||||
|
|
Loading…
Reference in New Issue