diff --git a/modules/applications/kdrive.nix b/modules/applications/kdrive.nix
index 2682b89..40e55ef 100644
--- a/modules/applications/kdrive.nix
+++ b/modules/applications/kdrive.nix
@@ -73,7 +73,7 @@
notify-send "rclone kdrive failed" "$output"
matrix-commander-rs --verbose -m "rclone kdrive failed.
Error:
$output
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
fi
'';
};
diff --git a/modules/utilities/autoCleanup.nix b/modules/utilities/autoCleanup.nix
index 9bf673d..4cd52a7 100644
--- a/modules/utilities/autoCleanup.nix
+++ b/modules/utilities/autoCleanup.nix
@@ -150,7 +150,7 @@
matrix-commander-rs --verbose -m "Nix auto cleanup. Everything OK.
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
else
notify-send "Nix auto cleanup" "No changes"
git -C "$FLAKE_DIR" push
@@ -163,7 +163,7 @@
matrix-commander-rs --verbose -m "Nix auto cleanup failed.
Error: $ERROR_MSG
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
git -C "$FLAKE_DIR" reset --hard "pre-cleanup-$TIME"
fi
@@ -220,7 +220,7 @@
matrix-commander-rs --verbose -m "Nix auto cleanup. Everything OK.
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
else
notify-send "Nix auto cleanup" "No changes"
git -C "$FLAKE_DIR" push
@@ -233,7 +233,7 @@
matrix-commander-rs --verbose -m "Nix auto cleanup failed.
Error: $ERROR_MSG
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
git -C "$FLAKE_DIR" reset --hard "pre-cleanup-$TIME"
fi
diff --git a/modules/utilities/autoUpdate.nix b/modules/utilities/autoUpdate.nix
index 7bd8929..3c4fa78 100644
--- a/modules/utilities/autoUpdate.nix
+++ b/modules/utilities/autoUpdate.nix
@@ -130,7 +130,7 @@
matrix-commander-rs --verbose -m "Flake rebuild succesfull.
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
else
notify-send "Flake autoupdate" "No changes"
git -C "$FLAKE_DIR" push
@@ -143,7 +143,7 @@
matrix-commander-rs --verbose -m "Flake rebuild failed.
Error: $ERROR_MSG
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
git -C "$FLAKE_DIR" reset --hard "pre-autoupdate-$TIME"
fi
@@ -191,7 +191,7 @@
matrix-commander-rs --verbose -m "Flake rebuild succesfull.
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
else
notify-send "Flake autoupdate" "No changes"
git -C "$FLAKE_DIR" push
@@ -204,7 +204,7 @@
matrix-commander-rs --verbose -m "Flake rebuild failed.
Error: $ERROR_MSG
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
git -C "$FLAKE_DIR" reset --hard "pre-autoupdate-$TIME"
fi
diff --git a/modules/utilities/communicationAndNotification.nix b/modules/utilities/communicationAndNotification.nix
index d210a77..a9b845e 100644
--- a/modules/utilities/communicationAndNotification.nix
+++ b/modules/utilities/communicationAndNotification.nix
@@ -54,7 +54,7 @@
"Set your identity\n or remove this warning by removing the custom-gitnotify line in\n ~/nixos/modules/applications/hyprland.nix"
matrix-commander-rs --verbose -m "Git not configured.
Set your identify or remove this warning by removing the custom-gitnotify in ~/nixos/modules/applications/hyprland.nix
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
fi
'';
};
diff --git a/modules/utilities/development.nix b/modules/utilities/development.nix
index b02c10e..5767c0f 100644
--- a/modules/utilities/development.nix
+++ b/modules/utilities/development.nix
@@ -46,7 +46,7 @@
"localNotify": true,
"matrix": {
"enable": true,
- "room": "!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU",
+ "room": "!BXRRokBmEdNOyYdfOF:matrix.org",
"ping": true,
"userPing": "@notificationbot_0000",
"userPingServer": "matrix.org"
diff --git a/modules/utilities/gitBackup.nix b/modules/utilities/gitBackup.nix
index 25eb7c8..08f9070 100644
--- a/modules/utilities/gitBackup.nix
+++ b/modules/utilities/gitBackup.nix
@@ -69,7 +69,7 @@
notify-send "Git Backup Failed" "$message"
matrix-commander-rs --verbose -m "Git Backup Failed: $message
@notificationbot_0000" \
--html \
- -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
+ -r "\!BXRRokBmEdNOyYdfOF:matrix.org"
}