rename and fix

This commit is contained in:
soraefir
2026-05-08 20:46:23 +02:00
parent 4d398d5596
commit df523c48e5
12 changed files with 21 additions and 42 deletions

View File

@@ -29,7 +29,7 @@
openssh = true;
wireguard = true;
web = true;
nftables = {
ipfw = {
enable = true;
ifs = ["ens3" "wg0" ];
ports = [

View File

@@ -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;
};
};