[z790prors] Support evil partition and OS
This commit is contained in:
@@ -58,6 +58,18 @@
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/steam" =
|
||||
{ device = "/dev/disk/by-uuid/E494DA9A94DA6E94";
|
||||
fsType = "ntfs";
|
||||
options = [
|
||||
"nofail"
|
||||
"rw"
|
||||
"user"
|
||||
"exec" # This needs to go after "user". See https://askubuntu.com/questions/30243/why-does-ubuntu-refuse-to-execute-files-from-an-ntfs-partition
|
||||
"umask=000"
|
||||
];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
services.beesd.filesystems = {
|
||||
|
||||
Reference in New Issue
Block a user