personal-gui: Remove auto-mount of photo

This commit is contained in:
traxys 2025-08-09 22:30:47 +02:00
parent bf5fd99d8b
commit 075fed1049

View file

@ -19,15 +19,6 @@
];
};
fileSystems."/home/traxys/Photos/D3500" = {
device = "/dev/disk/by-label/NIKON\\x20D3500";
options = [
"defaults"
"noauto"
"x-systemd.automount"
];
};
hardware.keyboard.qmk.enable = true;
programs.adb.enable = true;