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
21
systems/mail/nixos.nix
Normal file
21
systems/mail/nixos.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{meta, ...}: {
|
||||
imports = let
|
||||
inherit (meta) nixos;
|
||||
in [
|
||||
nixos.sops
|
||||
nixos.ct.meiling
|
||||
nixos.tailscale
|
||||
];
|
||||
|
||||
services = {
|
||||
prometheus.exporters.node.enable = false;
|
||||
promtail.enable = false;
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
secrets.tailscale-key.key = "tailscale-key";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue