mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Compare commits
2 Commits
121d5e242f
...
80143fee87
| Author | SHA1 | Date | |
|---|---|---|---|
| 80143fee87 | |||
| 834e5d9ef3 |
@@ -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";
|
||||
|
||||
@@ -17,7 +17,7 @@ in
|
||||
auto_update "yes"
|
||||
|
||||
audio_output {
|
||||
type "alsa"
|
||||
type "pulse"
|
||||
name "zaatar single room audio system"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user