fix dell local filesystems
This commit is contained in:
parent
9336c22e69
commit
2134339456
@ -76,7 +76,7 @@ with deviceSpecific;
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/media/local/files" = lib.mkIf (device == "Dell-Laptop") {
|
"/media/local/win-data" = lib.mkIf (device == "Dell-Laptop") {
|
||||||
fsType = "ntfs";
|
fsType = "ntfs";
|
||||||
device = "/dev/disk/by-partuuid/506c04f2-ecb1-4747-843a-576163828373";
|
device = "/dev/disk/by-partuuid/506c04f2-ecb1-4747-843a-576163828373";
|
||||||
options = [
|
options = [
|
||||||
@ -88,9 +88,9 @@ with deviceSpecific;
|
|||||||
"rw"
|
"rw"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"/media/local/sys" = lib.mkIf (device == "Dell-Laptop") {
|
"/media/local/win-sys" = lib.mkIf (device == "Dell-Laptop") {
|
||||||
fsType = "ntfs";
|
fsType = "ntfs";
|
||||||
device = "/dev/disk/by-partuuid/bf5cdb93-fce3-4b02-8ba5-e43483a3a061";
|
device = "/dev/disk/by-partuuid/e4786ca3-bebf-4a03-9dbf-49ec65b24984";
|
||||||
options = [
|
options = [
|
||||||
"nofail"
|
"nofail"
|
||||||
"uid=${toString config.users.users.alukard.uid}"
|
"uid=${toString config.users.users.alukard.uid}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user