Compare commits
2 Commits
ee148026f7
...
2ac1cc6fed
Author | SHA1 | Date | |
---|---|---|---|
2ac1cc6fed | |||
bc35fbb0d6 |
@ -20,6 +20,10 @@
|
|||||||
krita
|
krita
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Wireshark
|
||||||
|
programs.wireshark.enable = true;
|
||||||
|
users.users.clerie.extraGroups = [ "wireshark" ];
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "clerie";
|
user = "clerie";
|
||||||
|
@ -64,4 +64,4 @@ groups:
|
|||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
summary: "Synapse of {{ $labels.target }} unavailable"
|
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