nixos/malcontent: enable accounts-daemon, tweak description

This commit is contained in:
worldofpeace 2020-03-28 02:00:16 -04:00 committed by Jan Tojnar
parent 4e68e0a5a2
commit 309fed2b2f
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

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