From 439e940037e2a0a37d7d59ac64e65518867aac15 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 10 May 2023 20:09:14 -0700 Subject: profiles/syncthing: move the old module --- hosts/aptos/default.nix | 1 + hosts/aptos/services.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/aptos') diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index 1a3e56f..6326615 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -8,6 +8,7 @@ "${self}/profiles/btrfs.nix" "${self}/profiles/documentation.nix" "${self}/profiles/laptop.nix" + "${self}/profiles/syncthing.nix" "${self}/profiles/hardware/xps9300.nix" ]; diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix index 4e9e8ae..742b014 100644 --- a/hosts/aptos/services.nix +++ b/hosts/aptos/services.nix @@ -5,7 +5,6 @@ let in { my.services = { - syncthing.enable = true; backup = { enable = true; repository = "sftp:192.168.6.40:/aptos"; -- cgit 1.4.1