mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -39,10 +39,10 @@ let
|
||||
"${config.xlib.dirs.server-home}" = {
|
||||
device = "/dev/disk/by-uuid/37e53ebc-5343-a94d-9fe2-0ca39e13a8de";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
#"nofail"
|
||||
#"x-systemd.device-timeout=0"
|
||||
];
|
||||
# options = [
|
||||
# #"nofail"
|
||||
# #"x-systemd.device-timeout=0"
|
||||
# ];
|
||||
};
|
||||
# Archive drive
|
||||
"/mnt/archive" = {
|
||||
|
||||
Reference in New Issue
Block a user