1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

2 Commits

Author SHA1 Message Date
80143fee87 feat(mpd-fm): run on pulseaudio 2021-04-03 15:02:01 +02:00
834e5d9ef3 chore(moodle-dl): update module 2021-04-03 15:02:01 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -3,11 +3,11 @@ let
nixpkgs-kmein = builtins.fetchGit {
url = "https://github.com/kmein/nixpkgs";
ref = "refs/heads/feature/moodle-dl-module";
rev = "98ec084fe4dd9608769d592318d211dff3d32d86";
rev = "11e035b133ea9fbf07bc1b6185990b095358ab4f";
};
moodle-dl-package = (import nixpkgs-kmein {}).moodle-dl.overrideAttrs (old: old // {
patches = old.patches ++ [ <niveum/packages/moodle-dl/telegram-format.patch> ];
patches = [ <niveum/packages/moodle-dl/telegram-format.patch> ];
});
in
{
@@ -17,7 +17,7 @@ in
enable = true;
startAt = "hourly";
package = moodle-dl-package;
config = {
settings = {
telegram = {
token = lib.strings.fileContents <system-secrets/telegram/moodle-dl.token>;
chat_id = "18980945";

View File

@@ -17,7 +17,7 @@ in
auto_update "yes"
audio_output {
type "alsa"
type "pulse"
name "zaatar single room audio system"
}