2021-10-24 20:55:28 +00:00
|
|
|
{
|
2023-01-28 20:49:10 +00:00
|
|
|
self,
|
|
|
|
config,
|
|
|
|
lib,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: let
|
|
|
|
inherit (lib) fileContents;
|
|
|
|
in {
|
2021-10-24 20:55:28 +00:00
|
|
|
config = {
|
|
|
|
pub-solar.audio.mopidy.enable = true;
|
|
|
|
pub-solar.audio.bluetooth.enable = true;
|
|
|
|
pub-solar.docker.enable = true;
|
|
|
|
pub-solar.nextcloud.enable = true;
|
|
|
|
pub-solar.office.enable = true;
|
|
|
|
# pub-solar.printing.enable = true; # this is enabled automatically if office is enabled
|
|
|
|
};
|
|
|
|
}
|