personal-gui: Automount DSLR

This commit is contained in:
Quentin Boyer 2025-05-02 17:02:28 +02:00
parent 5b530b9a4d
commit 5ac0452063

View file

@ -19,6 +19,15 @@
];
};
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;