diff options
| author | Mel <mel@rnrd.eu> | 2025-06-10 16:42:19 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-06-10 16:42:19 +0200 |
| commit | 2269bc6e313c5c3f1e125f4a30d723859a91ed40 (patch) | |
| tree | 5890a46e04df028ef8c3a106ce288a86c90a6fce /machines | |
| parent | 24a79f9428827f8ee5f5354a70194948ea038b4d (diff) | |
| download | minerals-2269bc6e313c5c3f1e125f4a30d723859a91ed40.tar.zst minerals-2269bc6e313c5c3f1e125f4a30d723859a91ed40.zip | |
Disable syncthing in favor of 'Dao' external drive
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/bismuth/default.nix | 2 | ||||
| -rw-r--r-- | machines/graphite/default.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/machines/bismuth/default.nix b/machines/bismuth/default.nix index f01b4ec..09b9e08 100644 --- a/machines/bismuth/default.nix +++ b/machines/bismuth/default.nix @@ -8,7 +8,7 @@ ./devices.nix ../../modules/binary-cache.nix - ../../modules/syncthing.nix + # ../../modules/syncthing.nix ../../modules/nvidia.nix ]; diff --git a/machines/graphite/default.nix b/machines/graphite/default.nix index 8bbb903..7789fdb 100644 --- a/machines/graphite/default.nix +++ b/machines/graphite/default.nix @@ -7,7 +7,7 @@ ./hardware.nix ./devices.nix - ../../modules/syncthing.nix + # ../../modules/syncthing.nix ]; system.stateVersion = "24.05"; |
