many changes
This commit is contained in:
parent
91394ef68a
commit
6aeb0c9f89
10 changed files with 180 additions and 26 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue