nixos/malcontent: enable accounts-daemon, tweak description
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user