Add debian host mail-1 to monitoring
This commit is contained in:
parent
d43e635f9e
commit
2525c506fc
16
hosts/mail-1/configuration.nix
Normal file
16
hosts/mail-1/configuration.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
../../configuration/common
|
||||
];
|
||||
|
||||
networking.hostName = "mail-1";
|
||||
|
||||
clerie.monitoring = {
|
||||
enable = true;
|
||||
id = "208";
|
||||
pubkey = "s2GT9iYQmuiwkZ04KzSqqlIEbUJ6CT6i4htCjWYt2xs=";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user