mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-23 23:31:00 +01:00
personal-gui: Automount DSLR
This commit is contained in:
parent
5b530b9a4d
commit
5ac0452063
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue