mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -58,6 +58,17 @@ let
|
||||
"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
|
||||
"/mnt/beets/music" = {
|
||||
device = "${inputs.zeroq.dirs.server-home}/Music";
|
||||
|
||||
Reference in New Issue
Block a user