mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
enum instead of str for checker types, use "lego-monitoring" instead of "service" bin name
This commit is contained in:
parent
ffdd0429b3
commit
19ee6f487b
3 changed files with 7 additions and 4 deletions
|
|
@ -100,7 +100,7 @@
|
|||
apps.x86_64-linux = {
|
||||
default = {
|
||||
type = "app";
|
||||
program = "${self.packages.x86_64-linux.default}/bin/service";
|
||||
program = "${self.packages.x86_64-linux.default}/bin/lego-monitoring";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue