diff options
author | Linnnus <[email protected]> | 2025-05-13 15:57:35 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-05-13 15:57:35 +0200 |
commit | 35759a84a0f155427b729ad3dbcf543683008a73 (patch) | |
tree | 38e214c5cf514d99e387fc488d032bb5738343d9 /hosts/ahmed/syncthing/default.nix | |
parent | 95677cdfa29f1e7a4a10be2243ec320e56979832 (diff) |
Set up syncthing on ahmed
Diffstat (limited to 'hosts/ahmed/syncthing/default.nix')
-rw-r--r-- | hosts/ahmed/syncthing/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 + ]; +} |