mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: add mail
This commit is contained in:
parent
e6dd6d6a05
commit
2a0b6a2b8e
5 changed files with 106 additions and 1 deletions
24
systems/mail/default.nix
Normal file
24
systems/mail/default.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
_: {
|
||||
imports = [
|
||||
];
|
||||
arch = "x86_64";
|
||||
type = "NixOS";
|
||||
ci.allowFailure = true;
|
||||
access.online.enable = false;
|
||||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
network.networks = {
|
||||
tail = {
|
||||
#address4 = "100.78.97.73";
|
||||
#address6 = "fd7a:115c:a1e0::d834:6149";
|
||||
};
|
||||
};
|
||||
exports = {
|
||||
services = {
|
||||
promtail.enable = false;
|
||||
prometheus-exporters-node.enable = false;
|
||||
tailscale.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue