mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
Added mailserver and hedgedoc service
This commit is contained in:
parent
303b6ef88c
commit
e1319341a8
6 changed files with 196 additions and 2 deletions
|
@ -26,10 +26,18 @@
|
|||
subdomain = "ci";
|
||||
};
|
||||
zfs-mails = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
name = "lisa";
|
||||
smart.enable = false;
|
||||
};
|
||||
docs = {
|
||||
enable = true;
|
||||
nginx = {
|
||||
enable = true;
|
||||
subdomain = "docs";
|
||||
};
|
||||
};
|
||||
mailserver.enable = true;
|
||||
|
||||
};
|
||||
|
||||
|
@ -51,10 +59,10 @@
|
|||
prefixLength = 120;
|
||||
}];
|
||||
|
||||
networking.nameservers = [ "8.8.8.8" ];
|
||||
networking.hostId = "fbb334ae";
|
||||
services.zfs.autoSnapshot.enable = true;
|
||||
services.zfs.autoScrub.enable = true;
|
||||
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue