fixed Qwark mounts

This commit is contained in:
yaroslav
2025-06-12 12:01:29 +03:00
parent c6b81ac76e
commit 337e7411c0
+3 -3
View File
@@ -36,15 +36,15 @@
}; };
fileSystems."/vol/me" = { fileSystems."/vol/me" = {
device = "/dev/sda1"; device = "/dev/sda1";
fsType = "ntfs"; fsType = "ntfs3";
}; };
fileSystems."/vol/dad" = { fileSystems."/vol/dad" = {
device = "/dev/sda2"; device = "/dev/sda2";
fsType = "ntfs"; fsType = "ntfs3";
}; };
fileSystems."/vol/mom" = { fileSystems."/vol/mom" = {
device = "/dev/sda3"; device = "/dev/sda3";
fsType = "ntfs"; fsType = "ntfs3";
}; };
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking