From 35759a84a0f155427b729ad3dbcf543683008a73 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 13 May 2025 15:57:35 +0200 Subject: Set up syncthing on ahmed --- hosts/ahmed/syncthing/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hosts/ahmed/syncthing/default.nix (limited to 'hosts/ahmed/syncthing/default.nix') diff --git a/hosts/ahmed/syncthing/default.nix b/hosts/ahmed/syncthing/default.nix new file mode 100644 index 0000000..1b4bbbc --- /dev/null +++ b/hosts/ahmed/syncthing/default.nix @@ -0,0 +1,6 @@ +{ + imports = [ + ./syncthing.nix + ./reverse-proxy.nix + ]; +} -- cgit v1.2.3