Update from master 2024-01-21T02:03+00:00
This commit is contained in:
commit
88591acdcd
@ -20,6 +20,10 @@
|
||||
krita
|
||||
];
|
||||
|
||||
# Wireshark
|
||||
programs.wireshark.enable = true;
|
||||
users.users.clerie.extraGroups = [ "wireshark" ];
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "clerie";
|
||||
|
@ -64,4 +64,4 @@ groups:
|
||||
severity: warning
|
||||
annotations:
|
||||
summary: "Synapse of {{ $labels.target }} unavailable"
|
||||
description: "The Synapse backend of {{ $labels.instance }} is unreachable or returns garbage"
|
||||
description: "The Synapse backend of {{ $labels.target }} is unreachable or returns garbage"
|
||||
|
Loading…
Reference in New Issue
Block a user