home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 107a0ccd37017166c423fb899ecb4245f42d56f2
parent c9b58a09299c233b716866ca22ce711a6c481fd3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  6 Jul 2022 19:52:39 +0200

systems/aomi: re-enable syncthing

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/aomi.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -108,6 +108,8 @@ in redhat.enable = true; ssh.enable = true; docker.enable = true; + avahi.enable = true; + syncthing.enable = true; };