aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/aptos/default.nix1
-rw-r--r--hosts/aptos/services.nix1
-rw-r--r--hosts/tahoe/services.nix1
3 files changed, 1 insertions, 2 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";
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index d49785b..058d31c 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -23,7 +23,6 @@ in
promtail.enable = true;
node-exporter.enable = true;
};
- syncthing.enable = true;
backup = {
enable = true;
repository = "/data/slow/backups/hosts/tahoe";