From 987c6ebe3a2a46ef956fb10fbe6b0bae9f928113 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 25 Oct 2019 09:55:04 +0200 Subject: [PATCH] disable lost-foto sharing on pepe --- configs/pepe/hardware-configuration.nix | 8 -------- configs/pepe/syncthing.nix | 1 - system/all/syncthing.nix | 2 +- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/configs/pepe/hardware-configuration.nix b/configs/pepe/hardware-configuration.nix index 63469f5..5d208c9 100644 --- a/configs/pepe/hardware-configuration.nix +++ b/configs/pepe/hardware-configuration.nix @@ -67,14 +67,6 @@ fsType = "ext4"; }; - # /home/palo/private/.fotos.ct - # ---------------------------- - fileSystems."/home/palo/private/.fotos.ct" = { - options = [ "noatime" "nodiratime" "discard" ]; - device = "/dev/secure_vg/fotos"; - fsType = "ext4"; - }; - # boot # ---- fileSystems."/boot" = { diff --git a/configs/pepe/syncthing.nix b/configs/pepe/syncthing.nix index c16a968..6b975a1 100644 --- a/configs/pepe/syncthing.nix +++ b/configs/pepe/syncthing.nix @@ -18,7 +18,6 @@ # ------------------ desktop.path = "/home/palo/desktop"; finance.path = "/home/palo/finance"; - lost-fotos.path = "/home/palo/.lost-fotos.ct"; # no need to be encrypted # ----------------------- diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index 1ce1d19..956702c 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -65,7 +65,7 @@ with lib; }; lost-fotos = { watch = false; - devices = [ "workout" "workhorse" "pepe" "sterni" "porani" ]; + devices = [ "workout" "workhorse" "sterni" "porani" ]; }; movies = { id = "vatmy-c2qf4";