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";
|
||||
};
|
||||
|
||||
# /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" = {
|
||||
|
|
|
@ -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
|
||||
# -----------------------
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue