many changes

This commit is contained in:
2025-06-17 16:46:01 +02:00
parent 91394ef68a
commit 6aeb0c9f89
10 changed files with 180 additions and 26 deletions

View File

@@ -54,6 +54,7 @@ in {
../../utils/modules/lego/lego.nix
# ../../utils/modules/borgbackup.nix
./phpldapadmin.nix
./zammad.nix
./proxies.nix
./matrix.nix
@@ -61,6 +62,9 @@ in {
networkPrefix = config.networkPrefix;
sops.age.sshKeyPaths = [ "/persist/etc/ssh/ssh_host_ed25519_key" ];
sops.defaultSopsFile = ./secrets.yaml;
time.timeZone = "Europe/Vienna";
systemd.network.networks."10-lan" = {
@@ -116,10 +120,6 @@ in {
# backups
# borgbackup.repo = "u149513-sub2@u149513-sub2.your-backup.de:borg";
sops.age.sshKeyPaths = [ "/persist/etc/ssh/ssh_host_ed25519_key" ];
sops.defaultSopsFile = ./secrets.yaml;
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 ];