This commit is contained in:
2026-01-15 19:12:40 +03:00
parent b022fd1e10
commit 7c0539a106
3 changed files with 42 additions and 1 deletions
+13
View File
@@ -31,6 +31,19 @@ let
};
};
fileSystems."${xlib.dirs.vetymae-drive}" = {
device = "/dev/disk/by-uuid/6408433908430A0E";
fsType = "ntfs3";
options = [
"defaults"
"uid=1000"
"gid=1000"
"fmask=0007"
"dmask=0007"
"nofail"
];
};
hardware = {
bluetooth.enable = true;
};