nixos/malcontent: enable accounts-daemon, tweak description

This commit is contained in:
worldofpeace
2020-04-08 17:08:16 +02:00
committed by Jan Tojnar
parent 4e68e0a5a2
commit 309fed2b2f
@@ -12,7 +12,7 @@ with lib;
services.malcontent = {
enable = mkEnableOption "Malcontent";
enable = mkEnableOption "Malcontent, parental control support for applications";
};
@@ -30,6 +30,8 @@ with lib;
services.dbus.packages = [ pkgs.malcontent ];
services.accounts-daemon.enable = true;
};
}