disable lost-foto sharing on pepe
This commit is contained in:
parent
9a8f27f3d4
commit
987c6ebe3a
3 changed files with 1 additions and 10 deletions
|
@ -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" = {
|
||||||
|
|
|
@ -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
|
||||||
# -----------------------
|
# -----------------------
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue