disable lost-foto sharing on pepe

This commit is contained in:
Ingolf Wagner 2019-10-25 09:55:04 +02:00
parent 9a8f27f3d4
commit 987c6ebe3a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 1 additions and 10 deletions

View file

@ -67,14 +67,6 @@
fsType = "ext4"; 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 # boot
# ---- # ----
fileSystems."/boot" = { fileSystems."/boot" = {

View file

@ -18,7 +18,6 @@
# ------------------ # ------------------
desktop.path = "/home/palo/desktop"; desktop.path = "/home/palo/desktop";
finance.path = "/home/palo/finance"; finance.path = "/home/palo/finance";
lost-fotos.path = "/home/palo/.lost-fotos.ct";
# no need to be encrypted # no need to be encrypted
# ----------------------- # -----------------------

View file

@ -65,7 +65,7 @@ with lib;
}; };
lost-fotos = { lost-fotos = {
watch = false; watch = false;
devices = [ "workout" "workhorse" "pepe" "sterni" "porani" ]; devices = [ "workout" "workhorse" "sterni" "porani" ];
}; };
movies = { movies = {
id = "vatmy-c2qf4"; id = "vatmy-c2qf4";