17 lines
233 B
Nix
17 lines
233 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports =
|
||
|
[
|
||
|
../../configuration/common
|
||
|
];
|
||
|
|
||
|
networking.hostName = "mail-1";
|
||
|
|
||
|
clerie.monitoring = {
|
||
|
enable = true;
|
||
|
id = "208";
|
||
|
pubkey = "s2GT9iYQmuiwkZ04KzSqqlIEbUJ6CT6i4htCjWYt2xs=";
|
||
|
};
|
||
|
}
|