1
0
mirror of https://github.com/kmein/niveum synced 2026-03-26 06:11:07 +01:00

2 Commits

2 changed files with 2 additions and 16 deletions

View File

@@ -52,20 +52,6 @@ in {
};
};
systemd.user.services.fu-blackboard-calendar = {
enable = true;
# startAt = "*:00/10";
after = ["vdirsyncer.service"];
wantedBy = ["default.target"];
script = ''
${pkgs.curl}/bin/curl $(cat ${config.age.secrets.blackboard-calendar-ics.path}) | ${pkgs.khal}/bin/khal import -
'';
serviceConfig = {
Type = "oneshot";
Restart = "on-failure";
};
};
age.secrets = {
email-password-meinhak99 = {
file = ../secrets/email-password-meinhak99.age;

View File

@@ -9,7 +9,7 @@
de = "T3";
gr = "polytonic";
ru = "phonetic";
ara = "buckwalter";
ara = "buckwalter"; # https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/2505a3ec2605ea7303bc6de68acf96578f0fd424/symbols/ara#L179
cop = "";
ave = "";
got = "";
@@ -34,7 +34,7 @@ in {
{
name = "symbols/cop";
path = pkgs.fetchurl {
url = "http://www.moheb.de/download/cop";
url = "https://c.krebsco.de/cop";
sha256 = "1l0h6aq536hyinrh0i0ia355y229bjrlibii0sya5bmqh46vycia";
};
}