mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Remove migrated configs from main flake
SSH key imports removed as they're now handled by private-flake Email config for hetznix01 moved to private-flake Network config for hetznix01/02 moved to private-flake
This commit is contained in:
parent
67458c0ae3
commit
e92d1e37b7
7 changed files with 7 additions and 98 deletions
|
|
@ -12,24 +12,6 @@ in {
|
|||
./nginx.nix
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
enableImap = false;
|
||||
enableImapSsl = true;
|
||||
enableSubmission = false;
|
||||
enableSubmissionSsl = true;
|
||||
fqdn = "mail.alt.${domain}";
|
||||
domains = [
|
||||
"alt.${domain}"
|
||||
"indianspringsbsa.org"
|
||||
"pack1828.org"
|
||||
];
|
||||
stateVersion = 3;
|
||||
|
||||
# Use Let's Encrypt certificates from Nginx
|
||||
certificateScheme = "acme";
|
||||
};
|
||||
|
||||
services = {
|
||||
collabora-online = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue