nixos/malcontent: enable accounts-daemon, tweak description
This commit is contained in:
parent
4e68e0a5a2
commit
309fed2b2f
@ -12,7 +12,7 @@ with lib;
|
|||||||
|
|
||||||
services.malcontent = {
|
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.dbus.packages = [ pkgs.malcontent ];
|
||||||
|
|
||||||
|
services.accounts-daemon.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user