mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -58,6 +58,17 @@ let
|
|||||||
"x-systemd.device-timeout=0"
|
"x-systemd.device-timeout=0"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
# Archive drive
|
||||||
|
"/mnt/archive" = {
|
||||||
|
device = "/dev/disk/by-label/archive";
|
||||||
|
fsType = "exfat";
|
||||||
|
options = [
|
||||||
|
"nofail"
|
||||||
|
"x-systemd.device-timeout=0"
|
||||||
|
"uid=1000"
|
||||||
|
"gid=1000"
|
||||||
|
];
|
||||||
|
};
|
||||||
# beets
|
# beets
|
||||||
"/mnt/beets/music" = {
|
"/mnt/beets/music" = {
|
||||||
device = "${inputs.zeroq.dirs.server-home}/Music";
|
device = "${inputs.zeroq.dirs.server-home}/Music";
|
||||||
|
|||||||
Reference in New Issue
Block a user