diff --git a/hosts/mail-1/configuration.nix b/hosts/mail-1/configuration.nix new file mode 100644 index 0000000..ede0fc7 --- /dev/null +++ b/hosts/mail-1/configuration.nix @@ -0,0 +1,16 @@ +{ ... }: + +{ + imports = + [ + ../../configuration/common + ]; + + networking.hostName = "mail-1"; + + clerie.monitoring = { + enable = true; + id = "208"; + pubkey = "s2GT9iYQmuiwkZ04KzSqqlIEbUJ6CT6i4htCjWYt2xs="; + }; +}