1
0
mirror of https://github.com/kmein/niveum synced 2026-03-30 09:11:10 +02: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 { nixpkgs-kmein = builtins.fetchGit {
url = "https://github.com/kmein/nixpkgs"; url = "https://github.com/kmein/nixpkgs";
ref = "refs/heads/feature/moodle-dl-module"; ref = "refs/heads/feature/moodle-dl-module";
rev = "98ec084fe4dd9608769d592318d211dff3d32d86"; rev = "11e035b133ea9fbf07bc1b6185990b095358ab4f";
}; };
moodle-dl-package = (import nixpkgs-kmein {}).moodle-dl.overrideAttrs (old: old // { 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 in
{ {
@@ -17,7 +17,7 @@ in
enable = true; enable = true;
startAt = "hourly"; startAt = "hourly";
package = moodle-dl-package; package = moodle-dl-package;
config = { settings = {
telegram = { telegram = {
token = lib.strings.fileContents <system-secrets/telegram/moodle-dl.token>; token = lib.strings.fileContents <system-secrets/telegram/moodle-dl.token>;
chat_id = "18980945"; chat_id = "18980945";

View File

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