fixed Qwark mounts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user