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";