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

fix(systems): stateVersion

This commit is contained in:
Kierán Meinhardt
2019-11-05 21:58:49 +01:00
parent ce100eacbb
commit d8a0862430
4 changed files with 5 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ in {
krebs.urlwatch = { krebs.urlwatch = {
enable = true; enable = true;
onCalendar = "*-*-* 05:00:00"; onCalendar = "*-*-* 05:00:00";
customSendmail.enable = false; sendmail.enable = false;
telegram = { telegram = {
enable = true; enable = true;
chatId = [ "18980945" ]; chatId = [ "18980945" ];
@@ -132,7 +132,7 @@ in {
urls = [ urls = [
# https://www.refrat.de/wahlen/2020/index.html # https://www.refrat.de/wahlen/2020/index.html
"https://www.refrat.de/wahlen/" "https://www.refrat.de/wahlen/"
"https://www.klassphil.hu-berlin.de/de" "https://www.berlinerfestspiele.de/de/treffen-junger-autorinnen/service/publikationen/publikationen.html"
]; ];
}; };
} }

View File

@@ -31,5 +31,5 @@
networking.hostName = "homeros"; networking.hostName = "homeros";
system.stateVersion = "19.09"; system.stateVersion = "18.09";
} }

View File

@@ -27,5 +27,5 @@ in {
networking.hostName = "scardanelli"; networking.hostName = "scardanelli";
system.stateVersion = "19.03"; system.stateVersion = "18.09";
} }

View File

@@ -36,5 +36,5 @@
networking.hostName = "wilde"; networking.hostName = "wilde";
system.stateVersion = "19.09"; system.stateVersion = "19.03";
} }