Compare commits
No commits in common. "14fa321c4fe74bc8ac2b7b80e4af8dd236153a9f" and "7f2c004895a3b1d192a0b11268fda4b72743c22d" have entirely different histories.
14fa321c4f
...
7f2c004895
2 changed files with 3 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
services = {
|
||||
synapse.service = {
|
||||
image = "matrixdotorg/synapse:v1.113.0";
|
||||
image = "matrixdotorg/synapse:v1.104.0";
|
||||
container_name = "synapse";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
|
|
@ -24,7 +24,7 @@ in {
|
|||
./sops.nix
|
||||
./restic.nix
|
||||
./arion
|
||||
# ./hydra.nix
|
||||
./hydra.nix
|
||||
./samba.nix
|
||||
];
|
||||
|
||||
|
@ -33,11 +33,8 @@ in {
|
|||
networking.hostId = "f014fc43";
|
||||
services.zfs.autoScrub.enable = true;
|
||||
|
||||
# Prevent server from getting stuck in emergency mode and non-connectable via SSH
|
||||
systemd.enableEmergencyMode = false;
|
||||
|
||||
# Fix rebuild being stuck when Pihole is down due to docker restart
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
networking.firewall.enable = true;
|
||||
|
||||
# Prevent zfs from being automounted by fstab auto discovery & zfs
|
||||
fileSystems."/storage/dataset".options = ["noauto"];
|
||||
|
|
Loading…
Reference in a new issue