mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
configurations: updates to script, moniotoring and dcbot
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [ pkgs.jdk ];
|
||||
script = let
|
||||
musicbot = let version = "0.4.2"; in (pkgs.fetchurl {
|
||||
musicbot = let version = "0.4.3"; in (pkgs.fetchurl {
|
||||
url = "https://github.com/jagrosh/MusicBot/releases/download/${version}/JMusicBot-${version}.jar";
|
||||
sha256 = "sha256-Jg6/ju3ADBd7fc3njRzoEDVjIL4SzAzlTc02I4Q9hz4=";
|
||||
sha256 = "sha256-7CHFc94Fe6ip7RY+XJR9gWpZPKM5JY7utHp8C3paU9s=";
|
||||
});
|
||||
|
||||
in ''
|
||||
|
||||
@@ -11,11 +11,9 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
# Listening Address
|
||||
http_addr = "127.0.0.1";
|
||||
# and Port
|
||||
http_port = 3232;
|
||||
# Grafana needs to know on which domain and URL it's running
|
||||
|
||||
domain = "watchman.materus.pl";
|
||||
serve_from_sub_path = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user