rename and fix
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
openssh = true;
|
||||
wireguard = true;
|
||||
web = true;
|
||||
nftables = {
|
||||
ipfw = {
|
||||
enable = true;
|
||||
ifs = ["ens3" "wg0" ];
|
||||
ports = [
|
||||
|
||||
@@ -21,17 +21,12 @@
|
||||
server = {
|
||||
openssh = true;
|
||||
web = true;
|
||||
sops = true;
|
||||
|
||||
hostDomain = "test.helcel.net";
|
||||
shortName = "testcel";
|
||||
mailDomain = "test@helcel";
|
||||
mailServer = "infomaniak.ch";
|
||||
|
||||
dbHost = "localhost";
|
||||
|
||||
containers = {
|
||||
#cloud = {enable = true;};
|
||||
authentik = {
|
||||
enable = true;
|
||||
db = true;
|
||||
@@ -44,21 +39,18 @@
|
||||
enable = true;
|
||||
db = true;
|
||||
subdomain = "cloud";
|
||||
ip = "10.88.0.126";
|
||||
port = 80;
|
||||
};
|
||||
collabora = {
|
||||
enable = true;
|
||||
sops = true;
|
||||
subdomain = "office";
|
||||
ip = "10.88.0.127";
|
||||
port = 9980;
|
||||
};
|
||||
etherpad = {
|
||||
enable = true;
|
||||
db = true;
|
||||
subdomain = "pad";
|
||||
ip = "10.88.0.128";
|
||||
port = 80;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user