diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-10 20:09:14 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-10 20:09:14 -0700 |
commit | 439e940037e2a0a37d7d59ac64e65518867aac15 (patch) | |
tree | 32965be1cde8e59e1f4940e651ff23af6194ef1e /hosts/aptos | |
parent | profiles/seedbox: move transmission to it (diff) | |
download | world-439e940037e2a0a37d7d59ac64e65518867aac15.tar.gz |
profiles/syncthing: move the old module
Diffstat (limited to 'hosts/aptos')
-rw-r--r-- | hosts/aptos/default.nix | 1 | ||||
-rw-r--r-- | hosts/aptos/services.nix | 1 |
2 files changed, 1 insertions, 1 deletions
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"; |