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

3 Commits

Author SHA1 Message Date
74b102e55e chore: update 2021-02-27 21:31:52 +01:00
c14f5925e2 feat(manakish): steam 2021-02-27 21:31:46 +01:00
9a7b6b020a fix(makanek): run praesenzlehre daily 2021-02-27 17:51:59 +01:00
3 changed files with 8 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
{
"url": "https://github.com/NixOS/nixpkgs.git",
"rev": "d4189f68fdbe0b14b7637447cb0efde2711f4abf",
"date": "2021-02-22T07:50:53+00:00",
"path": "/nix/store/vs342vi89rwavxk2zqr6c6f9srb47gh4-nixpkgs",
"sha256": "1k9x7z4a8xsmcywwpm7jbgnzrrg0b97ygwjk2adc4jhk9c0ljdny",
"rev": "42809feaa9f7474f5566a5c6e8e317e15e39160e",
"date": "2021-02-25T10:32:17-05:00",
"path": "/nix/store/yq68pnqwjhazj6rzzl82n7sgn8z3a53r-nixpkgs",
"sha256": "12cnyxx316pwhw069brqsx8v23b10akqlf0vhkilaimsksv7cwgm",
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false

View File

@@ -69,7 +69,7 @@ in
description = "Live Ticker zu praesenzlehre-berlin.org";
wants = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
startAt = "hourly";
startAt = "daily";
path = [ pkgs.curl pkgs.pup pkgs.bc ];
environment.BOT_TOKEN = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
script = ''

View File

@@ -48,6 +48,9 @@
ipv6 = "42:0:3c46:ac99:ae36:cb8:c551:ba27";
};
programs.steam.enable = true;
nixpkgs.config.steam.java = true;
networking.hostName = "manakish";
system.stateVersion = "20.09"; # Did you read the comment?